Class PreProductViewModel
ViewModel for PreProducts
Inheritance
System.Object
PreProductViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class PreProductViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourcePreProductViewModel(PreProduct)
Initializes a new Instance of PreProductViewModel
Declaration
public PreProductViewModel(PreProduct preProduct)
Parameters
Type | Name | Description |
---|---|---|
PreProduct | preProduct |
Properties
| Improve this Doc View SourceAddArticle
Gets or sets the add article command
Declaration
public ICommand AddArticle { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ArticleId
Gets or sets the article id
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets ro sets the Model
Declaration
public PreProduct Model { get; set; }
Property Value
Type | Description |
---|---|
PreProduct |
Name
Gets or sets the Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the Number
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |