Class PreProductListEntryViewModel
ViewModel for a PreProductListEntry
Inheritance
System.Object
PreProductListEntryViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class PreProductListEntryViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourcePreProductListEntryViewModel(PreProductListEntry)
Initializes a new instance of PreProductListEntryViewModel
Declaration
public PreProductListEntryViewModel(PreProductListEntry preProductListEntry)
Parameters
Type | Name | Description |
---|---|---|
PreProductListEntry | preProductListEntry |
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 PreProductListEntry Model { get; set; }
Property Value
Type | Description |
---|---|
PreProductListEntry |
PreProduct
Gets the PreProduct
Declaration
public PreProduct PreProduct { get; }
Property Value
Type | Description |
---|---|
PreProduct |
PreProductId
Gets or sets the PreProductId
Declaration
public Guid PreProductId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PreProductListId
Gets or sets the PreProductListId
Declaration
public Guid PreProductListId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |