Table of Contents

Class ReturnMerchandiseAuthorizationEvent

Namespace
Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorization
Assembly
Dynamicweb.Ecommerce.dll

The class ReturnMerchandiseAuthorizationEvent represents event within rma process.

public class ReturnMerchandiseAuthorizationEvent
Inheritance
ReturnMerchandiseAuthorizationEvent
Inherited Members

Constructors

ReturnMerchandiseAuthorizationEvent()

public ReturnMerchandiseAuthorizationEvent()

Properties

DefaultDescription

public string DefaultDescription { get; set; }

Property Value

string

Translations

Gets the translations for the current entity

public TranslationCollection<ReturnMerchandiseAuthorizationEventTranslation> Translations { get; }

Property Value

TranslationCollection<ReturnMerchandiseAuthorizationEventTranslation>

Type

Gets the event type.

public string Type { get; set; }

Property Value

string

Methods

DeleteTranslation(string)

public void DeleteTranslation(string languageId)

Parameters

languageId string

GetAllEvents()

Gets all events

public static ReturnMerchandiseAuthorizationEventCollection GetAllEvents()

Returns

ReturnMerchandiseAuthorizationEventCollection

GetDescription(string)

public string GetDescription(string languageId)

Parameters

languageId string

Returns

string

GetEventByType(string)

Gets event by event type

public static ReturnMerchandiseAuthorizationEvent GetEventByType(string eventType)

Parameters

eventType string

Event type

Returns

ReturnMerchandiseAuthorizationEvent

Existed event type or new event if nothing is found

Save()

public void Save()

SetDescription(string, string)

public void SetDescription(string languageId, string description)

Parameters

languageId string
description string
To top