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

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

System.Object
   Eplan.EplApi.MasterData.MDUserDefinedPropertyDefinition

Syntax
public class MDUserDefinedPropertyDefinition 
Remarks
Please consider that MDUserDefinedPropertyDefinition is an offline object, so if you change a property, please call the Store method to write data to a 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 PropertyIdentifying name  
Public PropertyInput aid of this property definition.  
Public PropertyTranslate property value.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates new property definition  
Public MethodDestructor for deterministic finalization of UserDefinedPropertyDefinition object.  
Public MethodLoads property definition from the database.  
Public MethodStores property definition to the database.  
Top
See Also