MDPropertyDefinition Class
In This Topic
This class provides information about property.
Inheritance Hierarchy
System.Object
Eplan.EplApi.MasterData.MDPropertyDefinition
Syntax
public class MDPropertyDefinition
public ref class MDPropertyDefinition
Public Constructors
Public Properties
| Name | Description |
 | Id | Returns MDAnyPropertyId. |
 | IsIndexed | Checks if given property is indexed. |
 | LowerBound | Gets a property's minimal value specified in the property's definition. |
 | MaxIndex | Allows to check maximal index value of given property. |
 | Name | Name of property. |
 | ReadOnly | Check if a given property is read-only. |
 | Type | Returns information about type of the property. MDPropertyDefinition.MDPropertyType |
 | UpperBound | Gets a property's maximal value specified in the property's definition. |
Top
Public Methods
| Name | Description |
 | Dispose | Destructor for deterministic finalization of MDPropertyDefinition object. |
Top
See Also