Class ReturnMerchandiseAuthorizationEvent
- 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
Translations
Gets the translations for the current entity
public TranslationCollection<ReturnMerchandiseAuthorizationEventTranslation> Translations { get; }
Property Value
Type
Gets the event type.
public string Type { get; set; }
Property Value
Methods
DeleteTranslation(string)
public void DeleteTranslation(string languageId)
Parameters
languageId
string
GetAllEvents()
Gets all events
public static ReturnMerchandiseAuthorizationEventCollection GetAllEvents()
Returns
GetDescription(string)
public string GetDescription(string languageId)
Parameters
languageId
string
Returns
GetEventByType(string)
Gets event by event type
public static ReturnMerchandiseAuthorizationEvent GetEventByType(string eventType)
Parameters
eventType
stringEvent 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)