Class CleaningProcessSealViewModel
Inheritance
System.Object
CleaningProcessSealViewModel
Implements
IWindowViewModel<CleaningProcessSeal>
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningProcessSealViewModel : ExtendableViewModel
Properties
| Improve this Doc View SourceGuid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets or sets the model
Declaration
public CleaningProcessSeal Model { get; set; }
Property Value
Type | Description |
---|---|
CleaningProcessSeal |
ProcessId
Gets or sets the assigned process id
Declaration
public Guid ProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SealNumber
Gets or sets the number of the seal
Declaration
public string SealNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceInitialize(CleaningProcessSeal)
Initialize
Declaration
public void Initialize(CleaningProcessSeal model)
Parameters
Type | Name | Description |
---|---|---|
CleaningProcessSeal | model | CleaningProcessCode |
Implements
IWindowViewModel<>