Overload | Description |
---|---|
DABrowseParameters Constructor() | Initializes a new instance of the class. |
DABrowseParameters Constructor(DABrowseFilter,String,String,VarType,DAAccessRight) | Initializes a new instance of the class, with specified browse filter, element name filter, vendor filter, data type filter, and access rights filter. |
DABrowseParameters Constructor(DABrowseFilter,String,String,VarType) | Initializes a new instance of the class, with specified browse filter, element name filter, vendor filter, and data type filter. |
DABrowseParameters Constructor(DABrowseFilter,String,String) | Initializes a new instance of the class, with specified browse filter, element name filter, and vendor filter. |
DABrowseParameters Constructor(DABrowseFilter,String) | Initializes a new instance of the class, with specified browse filter and element name filter. |
DABrowseParameters Constructor(DABrowseFilter) | Initializes a new instance of the class, with specified browse filter. |
DABrowseParameters Constructor(DABrowseParameters) | Initializes a new copy of the DABrowseParameters object. |