Class ContainerLocation
Inheritance
System.Object
ContainerLocation
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.Container
Assembly: Simplic.Logistics.Container.dll
Syntax
public class ContainerLocation
Properties
| Improve this Doc View SourceBeginDate
Gets or sets the BeginDate
Declaration
public DateTime BeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
BeginTime
Gets or sets the EndDate
Declaration
public TimeSpan BeginTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
City
Gets or sets the City
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContainerId
Gets or sets the ContainerId
Declaration
public Guid ContainerId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Country
Gets or sets the Country
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndDate
Gets or sets the EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EndTime
Gets or sets the EndTime
Declaration
public TimeSpan EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets whether the location is deleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Latitude
Gets or sets the Latitude
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
Gets or sets the Longitude
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SourceReferenceGuid
Gets or sets the Source of the location (mostly shipment items rn.)
Declaration
public Guid SourceReferenceGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Street
Gets or sets the Street
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Zipcode
Gets or sets the Zipcode
Declaration
public string Zipcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |