Class TriggerContext
Represent trigger context.
Inheritance
System.Object
TriggerContext
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0Syntax
public class TriggerContext : Object
Remarks
The TriggerContext.Current method allows to get information about trigger execution context.
Constructors
TriggerContext(Guid)
Initializes a new instance of the Trigger
Declaration
public TriggerContext(Guid transactionUid)
Parameters
Type | Name | Description |
---|---|---|
System. |
transactionUid | The transaction uid. |
Properties
Current
Gets or sets the current.
Declaration
public static TriggerContext Current { get; }
Property Value
Type | Description |
---|---|
Trigger |
The current. |
Item[String]
Gets or sets the System.
Declaration
public object this[string key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System. |
key |
Property Value
Type | Description |
---|---|
System. |
Parameter
Gets or sets the parameter.
Declaration
public TriggerParameter Parameter { get; set; }
Property Value
Type | Description |
---|---|
Trigger |
The parameter. |
TransactionId
Gets or sets the transaction uid.
Declaration
public Guid TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The transaction uid. |
Trigger
Gets or sets the current job.
Declaration
public Trigger Trigger { get; set; }
Property Value
Type | Description |
---|---|
Trigger | The current job. |