Class VehicleTypeGroup
represents a VehicleTypeGroup
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 VehicleTypeGroup : CoreDataBaseType, ICoreData
Constructors
| Improve this Doc View SourceVehicleTypeGroup()
Declaration
public VehicleTypeGroup()
VehicleTypeGroup(IT_Vehicle_CoreData_VehicleTypeGroup)
Declaration
public VehicleTypeGroup(IT_Vehicle_CoreData_VehicleTypeGroup model)
Parameters
Type | Name | Description |
---|---|---|
IT_Vehicle_CoreData_VehicleTypeGroup | model |
Properties
| Improve this Doc View SourceVehicleTypeId
Gets or sets the VehicleTypeId
Declaration
public Guid VehicleTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
VehicleTypes
Gets the VehicleTypes
Declaration
public StatefulCollection<VehicleType> VehicleTypes { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<VehicleType> |
Methods
| Improve this Doc View SourceLoadVehicleTypes()
Loads the VehicleTypes
Declaration
public ICollection<VehicleType> LoadVehicleTypes()
Returns
Type | Description |
---|---|
System.Collections.Generic.ICollection<VehicleType> |