XMLDA.NET Reference
ListBuilder Class Members
See Also  Methods  Send Feedback
xmldanet Namespace : ListBuilder Class


Glossary Item Box

The following tables list the members exposed by ListBuilder.

Public Constructors

 NameDescription
Public ConstructorListBuilder Constructor  
Top

Public Methods

 NameDescription
Public MethodGetDataBindList Returns the named definiton list from the loaded XML definition file.  
Public MethodGetPropertiesItemList Get the specified list as ItemIdentifier[] object, as required for XML-DA server GetProperties calls.  
Public MethodGetPropertiesList Returns the named PropertiesList object, containing a set of XmlQualifiedName[] objects.  
Public MethodGetPropertiesSet Returns an XmlQualifiedName[] object with Properties names as required in XML-DA GetPropterties and Browse calls.  
Public MethodGetReadItemList Get the specified list as ReadRequestItemList object, as required for XML-DA server Read calls.  
Public MethodGetSubscribeItemList Get the specified list as SubscribeRequestItemList object, as required for XML-DA server Subscribe calls.  
Public MethodGetWriteItemList Get the specified list as WriteRequestItemList object, as required for XML-DA server Write calls.  
Public MethodLoadOverloaded.  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 MethodLoadEmbedded 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 application EXE the XML file needs to be included in the Visual Studio project and the build action for this file has to be set to 'Embedded Resource'.  
Public MethodQueryLists Query the item definition lists in this object  
Public MethodSetWriteValueOverloaded.  Write a value into the WriteRequestItemList object with the specified ClientHandle. For this to work the list must be defined with a unique name in the Clienthandle. This can e.g. be the item name.  
Top

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.