Interface IEquipmentItemViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public interface IEquipmentItemViewModel
Properties
|
Improve this Doc
View Source
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EquipmentItem
Declaration
EquipmentItem EquipmentItem { get; }
Property Value
|
Improve this Doc
View Source
EquipmentType
See Simplic.PlugIn.Logistics.EquipmentItem.EquipmentType
Declaration
EquipmentType EquipmentType { get; }
Property Value
|
Improve this Doc
View Source
EquipmentTypeId
Declaration
Guid EquipmentTypeId { get; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
EquipmentTypeName
Declaration
string EquipmentTypeName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Identifier
Declaration
string Identifier { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IdentifierName
Declaration
string IdentifierName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDirty
Declaration
bool IsDirty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|