Interface DtcoWeekRestActivityInfo
Inherited Members
Namespace: Simplic.Logistics.SchemaRegistry
Assembly: Simplic.Logistics.SchemaRegistry.dll
Syntax
public interface DtcoWeekRestActivityInfo : DtcoObject
Properties
| Improve this Doc View SourceDescription
Gets or sets the description
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Duration
Gets or sets the duration
Declaration
DtcoDate Duration { get; set; }
Property Value
Type | Description |
---|---|
DtcoDate |
EndDateTime
Gets or sets the end date time
Declaration
DateTime EndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StartDateTime
Gets or sets the start date time
Declaration
DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
WeeklyRestTimeId
Gets or sets the weekly rest time id
Declaration
Guid WeeklyRestTimeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |