Class OrderGroupEventArgs
Order Group event arguments
Inheritance
System.Object
System.EventArgs
OrderGroupEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public class OrderGroupEventArgs : EventArgs
Constructors
OrderGroupEventArgs(Int32, OrderGroupEventType)
Initializes a new instance of the OrderGroupEventArgs class.
Declaration
public OrderGroupEventArgs(int orderGroupId, OrderGroupEventType orderGroupType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | orderGroupId | The order group identifier. |
OrderGroupEventType | orderGroupType | Type of the order group. |
Properties
OrderGroupId
Gets the order identifier.
Declaration
public int OrderGroupId { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The order identifier. |
OrderGroupType
Gets the type of the order group.
Declaration
public OrderGroupEventType OrderGroupType { get; }
Property Value
Type | Description |
---|---|
OrderGroupEventType | The type of the order group. |