Class EquipmentType
represents an EquipmentType
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class EquipmentType : CoreDataBaseType, ICoreData
Constructors
| Improve this Doc View SourceEquipmentType()
Initialize new equipment type
Declaration
public EquipmentType()
EquipmentType(IT_Vehicle_CoreData_EquipmentType)
See CoreDataBaseType
Declaration
public EquipmentType(IT_Vehicle_CoreData_EquipmentType model)
Parameters
Type | Name | Description |
---|---|---|
IT_Vehicle_CoreData_EquipmentType | model |
Properties
| Improve this Doc View SourceEquipmentTypeProperties
Gets a list of all custom properties for this EquipmentType
Declaration
public IList<EquipmentTypeProperty> EquipmentTypeProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<EquipmentTypeProperty> |
IdentifierName
Gets the name of the identifier for this EquipmentType
Declaration
[Browsable(true)]
public string IdentifierName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Properties
Declaration
public IList<IT_Vehicle_CoreData_EquipmentType_Property> Properties { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IT_Vehicle_CoreData_EquipmentType_Property> |
Methods
| Improve this Doc View SourceGetEquipmentTypeProperties()
Gets the List of EquipmentTypePropertys of this group from the db
Declaration
protected IList<EquipmentTypeProperty> GetEquipmentTypeProperties()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<EquipmentTypeProperty> | List of EquipmentTypePropertys of this group |