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

PropertiesAndHandleObjectPropertyList Class
Base class of all property list classes.
Inheritance Hierarchy
Syntax
[DefaultMember("Property")]
public class PropertiesAndHandleObjectPropertyList 
Public Constructors
 NameDescription
Public ConstructorThis constructor creates local property list. Any changes done to this PropertiesAndHandleObjectPropertyList are local.  
Top
Public Properties
 NameDescription
Public PropertyReturns array of MDPropertyValue objects. If PropertiesAndHandleObjectPropertyList works on local property list it will be an array of unique properties from local property list. Otherwise it will be an array of all existing properties for related object.  
Public PropertyPropertiesAndHandleObject to which this property list is connected.  
Public PropertyOverloaded. Method used by operator[] in order to access indexed properties by MDAnyPropertyId.  
Top
Public Methods
 NameDescription
Public MethodDestructor for deterministic finalization of PropertiesAndHandleObjectPropertyList object.  
Public MethodChecks if property exists for used object.  
Top
See Also