Dynamicweb.eCommerce.Orders.ReturnMerchandiseAuthorization Namespace : ReturnMerchandiseAuthorizationState Class |
The following tables list the members exposed by ReturnMerchandiseAuthorizationState.
Name | Description | |
---|---|---|
ReturnMerchandiseAuthorizationState Constructor |
Name | Description | |
---|---|---|
Description | Gets or sets the description. | |
Id | Gets the ID. | |
IsDefaultStateForNewRma | Gets a value indicating whether the state is a the default state for new RMAs . | |
IsNew | Gets a value indicating whether this instance is new. | |
Language | Gets the Dynamicweb.eCommerce.International.Language. If LanguageID is set and is an ID for a valid Dynamicweb.eCommerce.International.Language then this is returned; otherwise Default Language is used. | |
LanguageID | Gets the language ID. | |
Name | Gets or sets the name. | |
Types | Gets a collection of the ReturnMerchandiseAuthorizationType objects that this ReturnMerchandiseAuthorizationState is associated with. |
Name | Description | |
---|---|---|
ClearCache | Clears the cache. | |
CreateTranslation | Creates a new ReturnMerchandiseAuthorizationState with all the properties of this but with the given LanguageID. | |
Delete | Deletes this instance. | |
DeleteAll | Deletes all translations of this ReturnMerchandiseAuthorizationState. | |
GetAllStates | Gets a ReturnMerchandiseAuthorizationStateCollection containing all ReturnMerchandiseAuthorizationState objects in the current Context.Language. | |
GetAllStatesById | Gets all translations of the ReturnMerchandiseAuthorizationState having the given ID. | |
GetAllStatesByLanguageId | Overloaded. Gets all ReturnMerchandiseAuthorizationState object translations for the given LanguageID. If a translation is missing for the given language, the Default Rma State is used. | |
GetDefaultStateForNewRmaOrderLines | Gets the default ReturnMerchandiseAuthorizationState for new ReturnMerchandiseAuthorization. | |
GetStateById | Gets the ReturnMerchandiseAuthorizationState by ID and LanguageID. If no matching ReturnMerchandiseAuthorizationState exists, the Default ReturnMerchandiseAuthorizationState is used. | |
Save | Saves this instance. | |
UpdateDefaultValues | Updates the default name and description, which are used when no translation is found. |