Class EquipmentGroup
represents an EquipmentGroup
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 EquipmentGroup : CoreDataBaseType, ICoreData
Constructors
| Improve this Doc View SourceEquipmentGroup()
Initialize a new empty EquipmentGroup
Declaration
public EquipmentGroup()
EquipmentGroup(IT_Vehicle_CoreData_EquipmentGroup)
Initialize a new EquipmentGroup with the given dbmodel
Declaration
public EquipmentGroup(IT_Vehicle_CoreData_EquipmentGroup model)
Parameters
Type | Name | Description |
---|---|---|
IT_Vehicle_CoreData_EquipmentGroup | model | the given dbmodel |
Properties
| Improve this Doc View SourceEquipmentTypes
Gets the List of EquipmentTypes of this group
Declaration
public IList<EquipmentType> EquipmentTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<EquipmentType> |
Methods
| Improve this Doc View SourceGetEquipmentTypes()
Gets the List of EquipmentTypes of this group from the db
Declaration
protected IList<EquipmentType> GetEquipmentTypes()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<EquipmentType> | List of EquipmentTypes of this group |