The following tables list the members exposed by ItemListLoader.
Name | Description | |
---|---|---|
ItemListLoader Constructor | Constructor |
Name | Description | |
---|---|---|
GetItemList | Overloaded. Available in the OPCDA.NET Professional Edition only. Returns the items defined in the list with the defined name. The XML file must have previously loaded with one of the LOAD methods. | |
Load | Overloaded. Available in the OPCDA.NET Professional Edition only. Loads the specified XML file and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls. | |
LoadEmbedded | Available in the OPCDA.NET Professional Edition only. Loads an XML file that is embedded in the application EXE and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls. To embedd the file in the applicationj EXE the XML file need to included in the Visual Studio project and the build action for this file has to be set to 'Embedded Resource'. | |
LoadFromExeDir | Available in the OPCDA.NET Professional Edition only. Loads the specified XML file from the EXE file directory and deserializes into an array structure, which is stored in this object. Access methods return selected information in the proper type for XML-DA server calls. |