Class IT_Vehicle_EquipmentItem
equipment items managed by the logistics plugin
Inheritance
System.Object
IT_Vehicle_EquipmentItem
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class IT_Vehicle_EquipmentItem : Locking.ILockable
Constructors
|
Improve this Doc
View Source
IT_Vehicle_EquipmentItem()
Declaration
public IT_Vehicle_EquipmentItem()
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
EquipmentType
Declaration
public virtual IT_Vehicle_CoreData_EquipmentType EquipmentType { get; set; }
Property Value
|
Improve this Doc
View Source
EquipmentTypeGuid
Declaration
public Guid EquipmentTypeGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TenantId
Declaration
public Guid TenantId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|