Class TruckSchedulingDriver
Inheritance
System.Object
TruckSchedulingDriver
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TruckSchedulingDriver : TruckAttachableResource
Properties
|
Improve this Doc
View Source
AbsenceText
Declaration
public string AbsenceText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ActivityTypeIds
Declaration
public IList<Guid> ActivityTypeIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.Guid> |
|
|
Improve this Doc
View Source
SortId
Declaration
public override int SortId { get; protected set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Text
Declaration
public override string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override TruckSchedulingResource DeepCopy()
Returns
Overrides