Class EquipmentGroupViewModel
Viewmodel for EquipmentGroupEditor
Inheritance
System.Object
EquipmentGroupViewModel
Implements
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class EquipmentGroupViewModel : UI.MVC.ViewModelBase, ICoreDataViewModel
Constructors
| Improve this Doc View SourceEquipmentGroupViewModel(EquipmentGroup)
Declaration
public EquipmentGroupViewModel(EquipmentGroup model)
Parameters
Type | Name | Description |
---|---|---|
EquipmentGroup | model |
Properties
| Improve this Doc View SourceEquipmentTypes
Gets the List of EquipmentTypes in this Group
Declaration
public IList<EquipmentType> EquipmentTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<EquipmentType> |
IsSelectable
Gets or sets the IsSelectable-Flag as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the EquipmentGroup model
Declaration
public EquipmentGroup Model { get; }
Property Value
Type | Description |
---|---|
EquipmentGroup |
Name
Gets or sets the Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |