Class Ecommerce.Rma.StateChangedArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
This is the NotificationArgs object for StateChanged.
public class Ecommerce.Rma.StateChangedArgs : NotificationArgs
- Inheritance
-
Ecommerce.Rma.StateChangedArgs
- Inherited Members
Constructors
StateChangedArgs(ReturnMerchandiseAuthorization, int)
Initializes a new instance of the Ecommerce.Rma.StateChangedArgs
public StateChangedArgs(ReturnMerchandiseAuthorization rma, int previousStateId)
Parameters
rma
ReturnMerchandiseAuthorizationThe RMA
previousStateId
intA previous state id
Properties
PreviousStateId
Gets the previous state id.
public int PreviousStateId { get; }
Property Value
Rma
Gets the ReturnMerchandiseAuthorization.
public ReturnMerchandiseAuthorization Rma { get; }