Overload | Description |
---|---|
DAPropertyDescriptor Constructor() | Initializes a new instance of the class. |
DAPropertyDescriptor Constructor(DAPropertyId) | Initializes a new instance of the class, with specified OPC property Id. |
DAPropertyDescriptor Constructor(DAPropertyId,String) | Initializes a new instance of the class, with specified OPC property Id and qualified name. |
DAPropertyDescriptor Constructor(DAPropertyId,XmlQualifiedName2) | Initializes a new instance of the class, with specified OPC property Id and qualified name. |
DAPropertyDescriptor Constructor(DAPropertyDescriptor) | Initializes a new copy of the DAPropertyDescriptor object. |
DAPropertyDescriptor Constructor(DAPropertyElement) | Initializes a new instance of the class, from specified property element. |
DAPropertyDescriptor Constructor(String) | Initializes a new instance of the class, with specified qualified name or property Id as a string. |
DAPropertyDescriptor Constructor(XmlQualifiedName2) | Initializes a new instance of the class, with specified qualified name. |