Search Results for

    Show / Hide Table of Contents

    Class EquipmentGroup

    represents an EquipmentGroup

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

    Constructors

    | Improve this Doc View Source

    EquipmentGroup()

    Initialize a new empty EquipmentGroup

    Declaration
    public EquipmentGroup()
    | Improve this Doc View Source

    EquipmentGroup(IT_Vehicle_CoreData_EquipmentGroup)

    Initialize a new EquipmentGroup with the given dbmodel

    Declaration
    public EquipmentGroup(IT_Vehicle_CoreData_EquipmentGroup model)
    Parameters
    Type Name Description
    IT_Vehicle_CoreData_EquipmentGroup model

    the given dbmodel

    Properties

    | Improve this Doc View Source

    EquipmentTypes

    Gets the List of EquipmentTypes of this group

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

    Methods

    | Improve this Doc View Source

    GetEquipmentTypes()

    Gets the List of EquipmentTypes of this group from the db

    Declaration
    protected IList<EquipmentType> GetEquipmentTypes()
    Returns
    Type Description
    System.Collections.Generic.IList<EquipmentType>

    List of EquipmentTypes of this group

    Implements

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