Search Results for

    Show / Hide Table of Contents

    Class EquipmentItem

    Core class which represents an equipment containing all data

    Inheritance
    System.Object
    EquipmentItem
    Crane
    DIGITimeRecording
    Forklift
    MobilePhone
    TelematicEquipment
    UnknownEquipment
    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 abstract class EquipmentItem

    Constructors

    | Improve this Doc View Source

    EquipmentItem()

    Initialize a new equipment

    Declaration
    public EquipmentItem()
    | Improve this Doc View Source

    EquipmentItem(IT_Vehicle_EquipmentItem)

    Initialize a new equipment using a IT_Vehicle_EquipmentItem holding the data to use

    Declaration
    public EquipmentItem(IT_Vehicle_EquipmentItem dbEquipmentItem)
    Parameters
    Type Name Description
    IT_Vehicle_EquipmentItem dbEquipmentItem

    Properties

    | Improve this Doc View Source

    AdditionalProperties

    returns a dictionary of all additional properties for this equipment item

    Declaration
    public Dictionary<string, EquipmentProperty> AdditionalProperties { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, EquipmentProperty>
    | Improve this Doc View Source

    Count

    Gets the number of the equipment items of this type with the same identifier

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DbEquipment

    Declaration
    public IT_Vehicle_EquipmentItem DbEquipment { get; }
    Property Value
    Type Description
    IT_Vehicle_EquipmentItem
    | Improve this Doc View Source

    EquipmentTypeId

    Gets the identifier of the equipment type

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

    EquipmentTypeName

    Gets the name of the equipment type

    Declaration
    public string EquipmentTypeName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Gets or sets the unique identifier of the instance

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

    Identifier

    Gets an identifying value for the instance, enabling an user to distinguish between multiple instances of the same equipment type

    Declaration
    public string Identifier { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IdentifierName

    Gets the name of the identifier whose value enables an user to distinguish between multiple instances of the same equipment type

    Declaration
    public string IdentifierName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsDeleted

    Gets or sets the IsDeleted flag of the instance

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Remark

    Gets or sets the remark of the instance

    Declaration
    public string Remark { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx