Class LoadingAidType
Represents a loading aid
Inheritance
System.Object
LoadingAidType
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
Assembly: Simplic.Logistics.dll
Syntax
public class LoadingAidType
Properties
| Improve this Doc View SourceDisplayName
Gets or sets the display name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Length
Gets or sets the length
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Number
Gets or sets the number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShortText
Gets or sets the short text
Declaration
public string ShortText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StoragePosition
Gets or sets the position
Declaration
public decimal StoragePosition { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Weight
Gets or sets the weight
Declaration
public decimal Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Width
Gets or sets the width
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |