Class EquipmentTypeViewModel
Viewmodel for the EquipmentTypeEditor
Inheritance
System.Object
EquipmentTypeViewModel
Implements
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class EquipmentTypeViewModel : UI.MVC.ViewModelBase, ICoreDataViewModel
Constructors
| Improve this Doc View SourceEquipmentTypeViewModel(EquipmentType)
Initialize new equipment type view model
Declaration
public EquipmentTypeViewModel(EquipmentType model)
Parameters
Type | Name | Description |
---|---|---|
EquipmentType | model | Equipment type instance |
Properties
| Improve this Doc View SourceEquipmentTypeProperties
Declaration
public IList<EquipmentTypeProperty> EquipmentTypeProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<EquipmentTypeProperty> |
IdentifierName
Declaration
public string IdentifierName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSelectable
Gets or sets the IsSelectable-Flag as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the current equipment type model
Declaration
public EquipmentType Model { get; }
Property Value
Type | Description |
---|---|
EquipmentType |
Name
Gets or sets the Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |