Class EquipmentItemBaseViewModel<T>
Viewmodel which containing the data of a EquipmentItem
Inheritance
System.Object
EquipmentItemBaseViewModel<T>
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public abstract class EquipmentItemBaseViewModel<T> : ViewModelBase, IGenericEquipmentItemViewModel<T>, IEquipmentItemViewModel where T : EquipmentItem
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceEquipmentItemBaseViewModel(T)
Initializes a new instance
Declaration
public EquipmentItemBaseViewModel(T equipment)
Parameters
Type | Name | Description |
---|---|---|
T | equipment | EquipmentItem holding the data |
Properties
| Improve this Doc View SourceCount
See Count
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EquipmentItem
Gets the EquipmentItem holding the data
Declaration
public EquipmentItem EquipmentItem { get; }
Property Value
Type | Description |
---|---|
EquipmentItem |
EquipmentType
See Simplic.PlugIn.Logistics.EquipmentItem.EquipmentType
Declaration
public EquipmentType EquipmentType { get; }
Property Value
Type | Description |
---|---|
EquipmentType |
EquipmentTypeId
See EquipmentTypeId
Declaration
public Guid EquipmentTypeId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
EquipmentTypeName
Declaration
public string EquipmentTypeName { get; }
Property Value
Type | Description |
---|---|
System.String |
Id
See Id
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Identifier
See Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdentifierName
See IdentifierName
Declaration
public string IdentifierName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remark
See Remark
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetEquipment()
Declaration
public T GetEquipment()
Returns
Type | Description |
---|---|
T |