XMLDA.NET Reference
xmldanet Namespace
See Also  Inheritance Hierarchy Send Feedback

Glossary Item Box

The xmldanet namespace contains the server access and helper methods.

XmlServer is the main class with the server access methods.

Classes

 ClassDescription
ClassAccessRightsValue valid string values for the accessRights item property
ClassBrowseNodeInfoWPF WPF TreeViewItem additional OPC item information
ClassBrowseTreeProperties An instance of this class is contained in the XmlServer and BrowseTreeList objects. It's not intended to be instantiated otherwise.
ClassDataBindFormat Formatting and Transformation definitions.
ClassDataBindInfo DataBind item information passed to DataBind event handlers. If a bound property has this type then the set accessor gets an object of this type and acts as the callback handler.
ClassDataBindList DataBind subscription list as returned from the ListBuilder method GetDataBindList.
ClassDataBindObjectLink This definition links a DataLink Definition to an object in the user application.
ClassDataBindSubscription Data for one DataBind subscription
ClassDefinitionList The XML definition file is deserialized into such an object.
ClassDefinitionListInfo Info class returned by the QueryLists method.
ClasseuTypeValue valid string values for the euType item property
ClassItemDef Item definition class. It contains all definitions used in the different list types. Depending on the list type only a subset of the members may be used.
ClassItemList List definition class with a number of item definitions. The definitions on list level are the hierarchical parameters that may be defined on OPC XML-DA list level.
ClassListBuilder This class contains methods to handle ItemLists and build request list for XML-DA server calls. The definition list XML files are typically created with the ListBuilder Tool.
First the definition lists are loaded from an XML file that is on disk or embedded in the application EXE file. Then lists are extracted into objects required for the XML-DA server calls. Additional methods help writing dynamic data elements into the extracted list.
ClassPropertiesDef XmlQualifiedName[] object with a number of Properties names.
ClassPropertiesList List with Properties Name definitions sets. Each set is an XmlQualifiedName[] object with a number of Properties names.
ClassPropertyNames Definitions for the OPC defined Item Property Names.
ClassShowBrowseTree Browses the server ans displays all branches in the TreeView control and the items of the selected branch in the ListView control. Browses the server ans displays all branches in the TreeView control and the items of the selected branch in the ListView control.
ClassShowBrowseTreeList Browses the server and displays all branches in the TreeView control and the items of the selected branch in the ListView control. Browses the server and displays all branches in the TreeView control and the items of the selected branch in the ListView control.
ClasstlNodeInfo TreeList node information for the link from the branch TreeNode to the TreeView with it's items.
ClassXmlServer The XmlServer class inherits from the XML-DA SOAP proxy stub class OpcXmlDA and supports access to XML-DA and OPC DA servers and contains additional helper classes.

Delegates

 DelegateDescription
DelegateDataBindCallbackErrorEventHandler Event handler for errors occuring in the server poll / callback DataBind handler.
DelegateDataBindEventHandler The user can assign callback handler objects of this type in DataBind definitions. Instead of assigning the new item value to a property, the user callback handler is called.

Enumerations

 EnumerationDescription
EnumerationListType List type enumeration. The list type indicates that the definitions in this list may only contain definitions required for this type of list. List type ListType.Any contains all definition fields and can be used in all retrieve methods. The list type is mainly intended for the ListBuilder tool, to inform the user what definitions are required for the selected lit type.

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.