Interface DtcoObject
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface DtcoObject
Properties
| Improve this Doc View SourceEmploymentId
Gets or sets the employment id
Declaration
Guid EmploymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ExternalDriverId
Gets or sets the external id
Declaration
string ExternalDriverId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the guid
Declaration
Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDate
Gets or sets the start date
Declaration
DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |