Search Results for

    Show / Hide Table of Contents

    Class VehicleTypeGroup

    represents a VehicleTypeGroup

    Inheritance
    System.Object
    CoreDataBaseType
    VehicleTypeGroup
    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 VehicleTypeGroup : CoreDataBaseType, ICoreData

    Constructors

    | Improve this Doc View Source

    VehicleTypeGroup()

    Declaration
    public VehicleTypeGroup()
    | Improve this Doc View Source

    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 Source

    VehicleTypeId

    Gets or sets the VehicleTypeId

    Declaration
    public Guid VehicleTypeId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    VehicleTypes

    Gets the VehicleTypes

    Declaration
    public StatefulCollection<VehicleType> VehicleTypes { get; }
    Property Value
    Type Description
    StatefulCollection<VehicleType>

    Methods

    | Improve this Doc View Source

    LoadVehicleTypes()

    Loads the VehicleTypes

    Declaration
    public ICollection<VehicleType> LoadVehicleTypes()
    Returns
    Type Description
    System.Collections.Generic.ICollection<VehicleType>

    Implements

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