Class VehicleType
represents a VehicleType
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 VehicleType : CoreDataBaseType, ICoreData
Constructors
| Improve this Doc View SourceVehicleType()
Declaration
public VehicleType()
VehicleType(IT_Vehicle_CoreData_VehicleType)
See CoreDataBaseType
Declaration
public VehicleType(IT_Vehicle_CoreData_VehicleType model)
Parameters
Type | Name | Description |
---|---|---|
IT_Vehicle_CoreData_VehicleType | model |
Properties
| Improve this Doc View SourceClrType
Gets or sets the Clr type of the current vehicle. Will be used if no type is set via API.
Declaration
[Browsable(true)]
public string ClrType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCleaningSelectable
Gets or sets whether a Vehicle type is selectable in a cleaning
Declaration
[Browsable(true)]
public bool IsCleaningSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OxSVehicleSubTypeName
Gets or sets the vehicle sub type name.
Declaration
[Browsable(true)]
public string OxSVehicleSubTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OxSVehicleTypeName
Gets or sets the vehicle type name.
Declaration
[Browsable(true)]
public string OxSVehicleTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleTypeGroupId
Gets or sets the VehicleTypeGroupId
Declaration
[Browsable(false)]
public Guid VehicleTypeGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
VehicleTypeGroups
Gets the VehicleTypeGroups
Declaration
[Browsable(false)]
public StatefulCollection<VehicleTypeGroup> VehicleTypeGroups { get; }
Property Value
Type | Description |
---|---|
StatefulCollection<VehicleTypeGroup> |
Methods
| Improve this Doc View SourceLoadVehicleTypeGroups()
loads the VehicleTypeGroups
Declaration
public StatefulCollection<VehicleTypeGroup> LoadVehicleTypeGroups()
Returns
Type | Description |
---|---|
StatefulCollection<VehicleTypeGroup> |