Class Trailer
Inheritance
System.Object
Trailer
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.Logistics.Vehicle
Assembly: Simplic.Logistics.Vehicle.dll
Syntax
public class Trailer
Constructors
| Improve this Doc View SourceTrailer()
Represents a Trailer
Declaration
public Trailer()
Properties
| Improve this Doc View SourceAllocationDate
Gets or sets the Allocation Date
Declaration
public DateTime AllocationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
AllocationTime
Gets or sets the Allocation Time
Declaration
public TimeSpan AllocationTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
CostCenterId
Gets or sets the cost center
Declaration
public Guid? CostCenterId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DeallocationDate
Gets or sets the Deallocation Date
Declaration
public DateTime DeallocationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DeallocationTime
Gets or sets the Deallocation Time
Declaration
public TimeSpan DeallocationTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
ItemContent
Gets or sets the ItemContent
Declaration
public string ItemContent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegistrationIdentifier
Gets or sets the registration identifier
Declaration
public string RegistrationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remark
Gets or sets the remark
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateName
Gets or sets the state name
Declaration
public string StateName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TractorUnitGuid
Gets or sets the Guid of the Tractor Unit
Declaration
public Guid TractorUnitGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TrailerGuid
Gets or sets the Guid of the Trailer Unit
Declaration
public Guid TrailerGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
VisualIdentifier
Gets or sets the visual identifier
Declaration
public string VisualIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YearOfManufacturing
Gets or sets the year of manufacturing
Declaration
public DateTime YearOfManufacturing { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |