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

In This Topic
    Properties.DeletedObjectInfo Enumeration
    In This Topic
    Identificators of properties owned by DeletedObjectInfo class.
    Syntax
    public enum Properties.DeletedObjectInfo : System.Enum 
    public enum class Properties.DeletedObjectInfo : public System.Enum 
    Members
    MemberValueDescription
    DMDELETEDOBJECTINFO_EDITINGAREA36617Defined working section # 36617.
    DMDELETEDOBJECTINFO_OBJECTNAME36600Deleted object: Name # 36600.
    DMDELETEDOBJECTINFO_OBJECTNAME_HIST36605Deleted object (further): Name # 36605.
    DMDELETEDOBJECTINFO_OBJECTTYPE36601Deleted object: Type # 36601.
    DMDELETEDOBJECTINFO_OBJECTTYPE_HIST36606Deleted object (further): Type # 36606.
    DMDELETEDOBJECTINFO_PROJECTREVISION36610Associated project revision # 36610.
    DMDELETEDOBJECTINFO_PROJECTREVISION_HIST36611Associated project revision (further) # 36611.
    DMDELETEDOBJECTINFO_PROJECTREVISION_NAME36604Associated revision name # 36604.
    DMDELETEDOBJECTINFO_PROJECTREVISION_NAME_HIST36609Associated revision name (further) # 36609.
    DMDELETEDOBJECTINFO_REVISION_LOG_CHANGE36616Deleted object: Reason for revision change (change tracking) # 36616.
    DMDELETEDOBJECTINFO_REVISION_LOG_DESCRIPTION36615Deleted object: Revision description (change tracking) # 36615.
    DMDELETEDOBJECTINFO_REVISION_LOG_NAME36614Deleted object: Revision index # 36614.
    DMDELETEDOBJECTINFO_TIME36603Delete date # 36603.
    DMDELETEDOBJECTINFO_TIME_HIST36608Delete date (further) # 36608.
    DMDELETEDOBJECTINFO_USER36602User name # 36602.
    DMDELETEDOBJECTINFO_USER_HIST36607User name (further) # 36607.
    Inheritance Hierarchy

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

    See Also