Class TriggerParameter
Represents Trigger Parameter.
Inheritance
System.Object
TriggerParameter
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class TriggerParameter : Object
Constructors
TriggerParameter()
Initializes a new instance of the TriggerParameter class.
Declaration
public TriggerParameter()
TriggerParameter(MetaObject)
Initializes a new instance of the TriggerParameter class.
Declaration
public TriggerParameter(MetaObject metaObject)
Parameters
Type | Name | Description |
---|---|---|
MetaObject | metaObject | The meta object. |
Properties
MetaObject
Gets or sets the meta object.
Declaration
public MetaObject MetaObject { get; set; }
Property Value
Type | Description |
---|---|
MetaObject | The meta object. |
State
Gets or sets the type.
Declaration
public MetaObjectState State { get; set; }
Property Value
Type | Description |
---|---|
MetaObjectState | The type. |
TransactionId
Declaration
public Guid TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |