API Help
Eplan.EplApi.DataModel Namespace / Properties.DeviceListEntry Enumeration

In This Topic
    Properties.DeviceListEntry Enumeration
    In This Topic
    Identificators of properties owned by DeviceListEntry class.
    Syntax
    public enum Properties.DeviceListEntry : System.Enum 
    public enum class Properties.DeviceListEntry : public System.Enum 
    Members
    MemberValueDescription
    DEVICELISTENTRY_COUNTALLOWED23201Number allowed # 23201.
    DEVICELISTENTRY_COUNTALLOWEDALL23204Total number allowed # 23204.
    DEVICELISTENTRY_COUNTUSED23205Used unit quantity # 23205.
    DEVICELISTENTRY_DESCRIPTION23202Device description # 23202.
    DEVICELISTENTRY_DESIGNATION123210Part: Designation 1 # 23210.
    DEVICELISTENTRY_DESIGNATION223211Part: Designation 2 # 23211.
    DEVICELISTENTRY_DESIGNATION323212Part: Designation 3 # 23212.
    DEVICELISTENTRY_DISCONTINUED23215Discontinued part # 23215.
    DEVICELISTENTRY_ERPNR23216ERP number # 23216.
    DEVICELISTENTRY_MACRO23214Macro # 23214.
    DEVICELISTENTRY_MANUFACTURER23213Manufacturer # 23213.
    DEVICELISTENTRY_ORDERNR23207Order number # 23207.
    DEVICELISTENTRY_PARTNR23200Part number # 23200.
    DEVICELISTENTRY_PLANT23208Part section # 23208.
    DEVICELISTENTRY_RESERVE23206Spare # 23206.
    DEVICELISTENTRY_TYPENR23203Type number # 23203.
    DEVICELISTENTRY_VARIANT23209Variant # 23209.
    FUNC_CRAFT20466Trade # 20466.
    FUNC_SUBCRAFT20467Subtrade # 20467.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Properties.DeviceListEntry

    See Also