Search Results for

    Show / Hide Table of Contents

    Class VehicleType

    represents a VehicleType

    Inheritance
    System.Object
    CoreDataBaseType
    VehicleType
    Implements
    ICoreData
    Inherited Members
    CoreDataBaseType.Id
    CoreDataBaseType.Name
    CoreDataBaseType.IsSelectable
    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 Source

    VehicleType()

    Declaration
    public VehicleType()
    | Improve this Doc View Source

    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 Source

    ClrType

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    OxSVehicleSubTypeName

    Gets or sets the vehicle sub type name.

    Declaration
    [Browsable(true)]
    public string OxSVehicleSubTypeName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OxSVehicleTypeName

    Gets or sets the vehicle type name.

    Declaration
    [Browsable(true)]
    public string OxSVehicleTypeName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    VehicleTypeGroupId

    Gets or sets the VehicleTypeGroupId

    Declaration
    [Browsable(false)]
    public Guid VehicleTypeGroupId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    VehicleTypeGroups

    Gets the VehicleTypeGroups

    Declaration
    [Browsable(false)]
    public StatefulCollection<VehicleTypeGroup> VehicleTypeGroups { get; }
    Property Value
    Type Description
    StatefulCollection<VehicleTypeGroup>

    Methods

    | Improve this Doc View Source

    LoadVehicleTypeGroups()

    loads the VehicleTypeGroups

    Declaration
    public StatefulCollection<VehicleTypeGroup> LoadVehicleTypeGroups()
    Returns
    Type Description
    StatefulCollection<VehicleTypeGroup>

    Implements

    ICoreData
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx