OPCDA.NET Reference Manual
ItemListLoader Class Members
See Also  Methods  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace : ItemListLoader Class


Glossary Item Box

The following tables list the members exposed by ItemListLoader.

Public Constructors

 NameDescription
Public ConstructorItemListLoader Constructor Constructor  
Top

Public Methods

 NameDescription
Public MethodGetItemListOverloaded. 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.  
Public MethodLoadOverloaded. 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.  
Public MethodLoadEmbeddedAvailable 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'.  
Public MethodLoadFromExeDirAvailable 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.  
Top

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.