Class TransportRequirementListEntryViewModel
ViewModel for a TransportRequirementListEntry
Inheritance
System.Object
TransportRequirementListEntryViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TransportRequirementListEntryViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceTransportRequirementListEntryViewModel(TransportRequirementListEntry)
Initializes a new instance of TransportRequirementListEntryViewModel
Declaration
public TransportRequirementListEntryViewModel(TransportRequirementListEntry transportRequirementListEntry)
Parameters
Type | Name | Description |
---|---|---|
TransportRequirementListEntry | transportRequirementListEntry |
Properties
| Improve this Doc View SourceGuid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the Model
Declaration
public TransportRequirementListEntry Model { get; set; }
Property Value
Type | Description |
---|---|
TransportRequirementListEntry |
Note
Gets or sets the note to give the user the abillity to sava additional data.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransportRequirement
Gets the TransportRequirement
Declaration
public TransportRequirement TransportRequirement { get; }
Property Value
Type | Description |
---|---|
TransportRequirement |
TransportRequirementId
Gets or sets the TransportRequirementId
Declaration
public Guid TransportRequirementId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransportRequirementListId
Gets or sets the TransportRequirementListId
Declaration
public Guid TransportRequirementListId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |