Class ContactPreProductListViewModel
ViewModel for ContactPreProductList
Inheritance
System.Object
ContactPreProductListViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ContactPreProductListViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceContactPreProductListViewModel(ContactPreProductList)
Initializes a new Instance of ContactPreProductList
Declaration
public ContactPreProductListViewModel(ContactPreProductList contactPreProductList)
Parameters
Type | Name | Description |
---|---|---|
ContactPreProductList | contactPreProductList | An instance of ContactPreProductList |
Properties
| Improve this Doc View SourceContactId
Gets or sets the ContactId
Declaration
public Guid ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
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 ContactPreProductList Model { get; set; }
Property Value
Type | Description |
---|---|
ContactPreProductList |
PreProductList
Gets the PreProductList
Declaration
public PreProductList PreProductList { get; }
Property Value
Type | Description |
---|---|
PreProductList |
PreProductListId
Gets or sets the PreProductListId
Declaration
public Guid PreProductListId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |