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

In This Topic
    PropertyDefinition Class
    In This Topic
    This class provides information about properties.
    Inheritance Hierarchy

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

    Syntax
    public class PropertyDefinition 
    public ref class PropertyDefinition 
    Public Constructors
     NameDescription
    Public ConstructorConstructor  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns AnyPropertyId.  
    Public PropertyAllows to check if a given property is marked as deprecated.  
    Public PropertyAllows to check if a given property is indexed.  
    Public PropertyAllows to check if a given property is 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 licensed.  
    Public PropertyAllows to check if a given property is read-only.  
    Public PropertyReturns the minimum value of a property specified in the property definition.  
    Public PropertyAllows to check the maximum index of a given property.  
    Public PropertyName of property.  
    Public PropertyReturns information about the type of the property.  
    Public PropertyReturns the maximum value of a property specified in the property definition.  
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of PropertyDefinition object.  
    Public MethodValidates whether the value meets the requirements of the property definition. Returns the display string used for a given property value.  
    Top
    See Also