Class DtcoObject
Inheritance
System.Object
DtcoObject
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 abstract class DtcoObject
Properties
| Improve this Doc View SourceEmploymentId
Gets or sets the employment id
Declaration
public Guid EmploymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ExternalDriverId
Gets or sets the external id
Declaration
public string ExternalDriverId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDate
Gets or sets the start date
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |