Class TriggeredEntityState
A triggered entity state.
Inheritance
System.Object
TriggeredEntityState
Namespace: Cireson.Core.Interfaces.DataAccess
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class TriggeredEntityState : object
Remarks
Admin, 8/24/2017.
Constructors
View SourceTriggeredEntityState(IPlatformEntity, ITriggeredEntityStateInformation)
Constructor.
Declaration
public TriggeredEntityState(IPlatformEntity item1, ITriggeredEntityStateInformation item2)
Parameters
Type | Name | Description |
---|---|---|
IPlatformEntity | item1 | The item 1. |
ITriggeredEntityStateInformation | item2 | The item 2. |
Remarks
Admin, 8/24/2017.
Properties
View SourceItem1
Gets or sets the item 1.
Declaration
public IPlatformEntity Item1 { get; set; }
Property Value
Type | Description |
---|---|
IPlatformEntity | The item 1. |
Item2
Gets or sets the item 2.
Declaration
public ITriggeredEntityStateInformation Item2 { get; set; }
Property Value
Type | Description |
---|---|
ITriggeredEntityStateInformation | The item 2. |