Search Results for

    Show / Hide Table of Contents

    Class EquipmentProperty

    represents an additional equipment property

    Inheritance
    System.Object
    EquipmentProperty
    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 class EquipmentProperty

    Constructors

    | Improve this Doc View Source

    EquipmentProperty(Guid, EquipmentTypeProperty, String)

    Declaration
    public EquipmentProperty(Guid equipmentGuid, EquipmentTypeProperty property, string typeName)
    Parameters
    Type Name Description
    System.Guid equipmentGuid
    EquipmentTypeProperty property
    System.String typeName

    Properties

    | Improve this Doc View Source

    EquipmentItemGuid

    Gets the equipment guid

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

    PropertyType

    gets the EquimentType property guid

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

    TypeName

    Gets the name of the type

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

    Value

    the equipments property value

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