Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDUserDefinedPropertyDefinition Class
Members

In This Topic
    MDUserDefinedPropertyDefinition Class
    In This Topic
    Represents user-defined property definition stored in the parts management database.
    Inheritance Hierarchy

    System.Object
       Eplan.EplApi.MasterData.MDPropertyDefinition
          Eplan.EplApi.MasterData.MDUserDefinedPropertyDefinition

    Syntax
    public class MDUserDefinedPropertyDefinition : MDPropertyDefinition 
    public ref class MDUserDefinedPropertyDefinition : public MDPropertyDefinition 
    Remarks
    Please consider that MDUserDefinedPropertyDefinition is a transient (also called "offline") object. This means that if you change a property, you need to call the Store method in order to write the changed data to the parts database.
    Public Constructors
     NameDescription
    Public ConstructorInitializes property definition  
    Top
    Public Properties
     NameDescription
    Public PropertyAlso validate for part references property.  
    Public PropertyCategory of this property definition.  
    Public PropertyGets/Sets list of default values for selection list.  
    Public PropertyDescription for this property definition.  
    Public PropertyName displayed in GUI for this property definition.  
    Public Property"Do not use any more" property.  
    Public PropertyField type of this property definition.  
    Public PropertyGUIReadOnly property value. This property makes a new user-defined property to be Readonly in GUI.  
    Public PropertyOverridden. Returns MDAnyPropertyId.  
    Public PropertyIdentifying name  
    Public PropertyInput aid of this property definition.  
    Public PropertyOverridden. Checks if given property is indexed.  
    Public PropertyOverridden. Gets a property's minimal value specified in the property's definition.  
    Public PropertyOverridden. Allows to check maximal index value of given property.  
    Public PropertyOverridden. Name of property.  
    Public PropertyOverridden. Check if a given property is read-only.  
    Public PropertyTranslate property value.  
    Public PropertyOverridden. Returns information about type of the property. MDPropertyDefinition.MDPropertyType  
    Public PropertyUnitGroup of this property definition.  
    Public PropertyOverridden. Gets a property's maximal value specified in the property's definition.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates new property definition  
    Public MethodDestructor for deterministic finalization of UserDefinedPropertyDefinition object. (Inherited from Eplan.EplApi.MasterData.MDPropertyDefinition)
    Public MethodLoads property definition from the database.  
    Public MethodStores property definition to the database.  
    Top
    See Also