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