Class LoadingAidViewModel
Inheritance
System.Object
LoadingAidViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class LoadingAidViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceLoadingAidViewModel(Nullable<Guid>)
Creates an instance of the loading aid viwe model for LoadingAidWindow.
Declaration
public LoadingAidViewModel(Guid? loadingAidId)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Guid> | loadingAidId |
Properties
| Improve this Doc View SourceDisplayName
Gets or sets the display name of the current loading aid.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Length
Gets or sets the length of the current loading aid.
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LoadingAidId
Gets or sets the id of the current loading aid.
Declaration
public Guid LoadingAidId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the current loading aid.
Declaration
public LoadingAidType Model { get; set; }
Property Value
Type | Description |
---|---|
LoadingAidType |
Number
Gets or sets the number of the current loading aid. This property is an autoincrement property which is not supposed to be changed.
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StoragePosition
Gets or sets the storagposition of the current loading aid.
Declaration
public decimal StoragePosition { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Weight
Gets or sets the weight of the current loading aid.
Declaration
public decimal Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Width
Gets or sets the width of the current loading aid.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceDelete()
Deletes the current loading aid.
Declaration
public bool Delete()
Returns
Type | Description |
---|---|
System.Boolean |
Save()
Saves the current loading aid.
Declaration
public bool Save()
Returns
Type | Description |
---|---|
System.Boolean |