Overload | Description |
---|---|
DAItemDescriptor Constructor(String,VarType,String) | Initializes a new instance of the class, with specified item identifier, data type and access path. |
DAItemDescriptor Constructor(String,BrowsePath,VarType,String) | Initializes a new instance of the class, with specified item identifier (may be null), browse path (may be empty), data type and access path. |
DAItemDescriptor Constructor(String,String,BrowsePath,VarType,String) | Initializes a new instance of the class, with specified node path (may be null), item identifier (may be null), browse path (may be empty), data type and access path. |
DAItemDescriptor Constructor(String,VarType) | Initializes a new instance of the class, with specified item identifier and data type. |
DAItemDescriptor Constructor(String,BrowsePath,VarType) | Initializes a new instance of the class, with specified item identifier (may be null), browse path (may be empty), and data type. |
DAItemDescriptor Constructor(String) | Initializes a new instance of the class, with specified item identifier. |
DAItemDescriptor Constructor(String,BrowsePath) | Initializes a new instance of the class, with specified item identifier (may be null) and browse path (may be empty). |
DAItemDescriptor Constructor() | Initializes a new instance of the class. |
DAItemDescriptor Constructor(DANodeElement,VarType,String) | Initializes a new instance of the class, from specified node element, data type and access path. |
DAItemDescriptor Constructor(DANodeElement,VarType) | Initializes a new instance of the class, from specified node element, and data type. |
DAItemDescriptor Constructor(DANodeElement) | Initializes a new instance of the class, from specified node element. |
DAItemDescriptor Constructor(DAItemDescriptor) | Initializes a new copy of the DAItemDescriptor object. |
DAItemDescriptor Constructor(DANodeDescriptor) | Initializes a new instance of the class, from specified node descriptor. |
DAItemDescriptor Constructor(DANodeDescriptor,VarType) | Initializes a new instance of the class, from specified node descriptor and data type. |
DAItemDescriptor Constructor(DANodeDescriptor,VarType,String) | Initializes a new instance of the class, from specified node descriptor, data type and access path. |