Search Results for

    Show / Hide Table of Contents

    Class EquipmentType

    represents an EquipmentType

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

    Constructors

    | Improve this Doc View Source

    EquipmentType()

    Initialize new equipment type

    Declaration
    public EquipmentType()
    | Improve this Doc View Source

    EquipmentType(IT_Vehicle_CoreData_EquipmentType)

    See CoreDataBaseType

    Declaration
    public EquipmentType(IT_Vehicle_CoreData_EquipmentType model)
    Parameters
    Type Name Description
    IT_Vehicle_CoreData_EquipmentType model

    Properties

    | Improve this Doc View Source

    EquipmentTypeProperties

    Gets a list of all custom properties for this EquipmentType

    Declaration
    public IList<EquipmentTypeProperty> EquipmentTypeProperties { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<EquipmentTypeProperty>
    | Improve this Doc View Source

    IdentifierName

    Gets the name of the identifier for this EquipmentType

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

    Properties

    Declaration
    public IList<IT_Vehicle_CoreData_EquipmentType_Property> Properties { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IT_Vehicle_CoreData_EquipmentType_Property>

    Methods

    | Improve this Doc View Source

    GetEquipmentTypeProperties()

    Gets the List of EquipmentTypePropertys of this group from the db

    Declaration
    protected IList<EquipmentTypeProperty> GetEquipmentTypeProperties()
    Returns
    Type Description
    System.Collections.Generic.IList<EquipmentTypeProperty>

    List of EquipmentTypePropertys of this group

    Implements

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