Table of Contents

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 ReturnMerchandiseAuthorization
The RMA
previousStateId int
A previous state id

Properties

PreviousStateId

Gets the previous state id.
public int PreviousStateId { get; }

Property Value

int

Rma

public ReturnMerchandiseAuthorization Rma { get; }

Property Value

ReturnMerchandiseAuthorization
To top