Interface DtcoActicity
Inherited Members
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface DtcoActicity : DtcoObject
Properties
| Improve this Doc View SourceActType
Gets or sets the act type
Declaration
int ActType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AnalysisTimestamp
Geta or sets the analysis timestamp
Declaration
DateTime AnalysisTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CardSlot
Gets or sets the card slot
Declaration
int CardSlot { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CardState
Gets or sets the card state
Declaration
int CardState { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
D8
Gets or sets the d8
Declaration
bool D8 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EndDate
Gets or sets the end timestamp
Declaration
DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
SpecificCondition
Gets or sets the specific condition
Declaration
string SpecificCondition { get; set; }
Property Value
Type | Description |
---|---|
System.String |
State
Gets or sets the state
Declaration
int State { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |