Class Container
Inheritance
System.Object
Container
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 Container
Properties
| Improve this Doc View SourceContactId
Gets or sets the contact Id
Declaration
public Guid? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
ContainerNumber
Gets or sets the ContainerNumber
Declaration
public string ContainerNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmptyWeight
Gets or sets the empty weight
Declaration
public float EmptyWeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Height
Gets or sets the Height
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Length
Gets or sets the Length
Declaration
public float Length { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
SequenceNumber
Gets or sets the SequenceNumber
Declaration
public string SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public ContainerStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ContainerStatus |
StatusId
Declaration
public Guid? StatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Type
Gets or sets the Type
Declaration
public ContainerType Type { get; set; }
Property Value
Type | Description |
---|---|
ContainerType |
TypeId
Gets or sets the TypeId
Declaration
public Guid TypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Volume
Gets or sets the Volume
Declaration
public float Volume { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Gets or sets the Width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |