API Help
Eplan.EplApi.DataModel Namespace / PropertyDefinition Class
Members

PropertyDefinition Class
This class provides information about properties.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.DataModel.PropertyDefinition
      Eplan.EplApi.DataModel.UserDefinedPropertyDefinition

Syntax
public class PropertyDefinition 
Public Constructors
 NameDescription
Public ConstructorConstructor  
Top
Public Properties
 NameDescription
Public PropertyReturns AnyPropertyId.  
Public PropertyAllows to check if a given property marked as deprecated.  
Public PropertyAllows to check if a given property is indexed  
Public PropertyAllows to check if a given property marked as internal. Don't use this property.  
Public PropertyAllows to check if a given property is name part.  
Public PropertyAllows to check if a given property is read-only.  
Public PropertyGets a property's minimal value specified in the property's definition.  
Public PropertyAllows to check maximal index of a given property.  
Public PropertyName of property.  
Public PropertyReturns information about type of the property.  
Public PropertyGets a property's maximal value specified in the property's definition.  
Top
Public Methods
 NameDescription
Public MethodDestructor for deterministic finalization of PropertyDefinition object.  
Public MethodReturns the display string used for a given property value. Returns the display string used for a given property value.  
Public MethodValidates passed value with property definition Returns the display string used for a given property value.  
Top
See Also