The following tables list the members exposed by ListBuilder.
Name | Description | |
---|---|---|
![]() | ListBuilder Constructor |
Name | Description | |
---|---|---|
![]() | GetDataBindList | Returns the named definiton list from the loaded XML definition file. |
![]() | GetPropertiesItemList | Get the specified list as ItemIdentifier[] object, as required for XML-DA server GetProperties calls. |
![]() | GetPropertiesList | Returns the named PropertiesList object, containing a set of XmlQualifiedName[] objects. |
![]() | GetPropertiesSet | Returns an XmlQualifiedName[] object with Properties names as required in XML-DA GetPropterties and Browse calls. |
![]() | GetReadItemList | Get the specified list as ReadRequestItemList object, as required for XML-DA server Read calls. |
![]() | GetSubscribeItemList | Get the specified list as SubscribeRequestItemList object, as required for XML-DA server Subscribe calls. |
![]() | GetWriteItemList | Get the specified list as WriteRequestItemList object, as required for XML-DA server Write calls. |
![]() | Load | Overloaded. 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 | 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'. |
![]() | QueryLists | Query the item definition lists in this object |
![]() | SetWriteValue | Overloaded. 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. |