Click or drag to resize
InformationLibraryPanel Methods

The InformationLibraryPanel type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAdHocQuery
Load the dialog to add an Ad-Hoc Query and select the type of query to create.
Public methodStatic memberCopyQueryAsStaticSelection
Create a copy of an existing query as a static selection.
Public methodStatic memberDeleteQuery(IDictionaryString, String)
Delete a query.
Public methodStatic memberDeleteQuery(TableRow)
Delete a query.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodStatic membergetXDataListColumnValue
Given the DOM index of a datalist column and the value for that column, return an XPath to append to a datalist XPath for finding that value in the requested column index. No element will be found if the value does not exist in this column.
Public methodStatic membergetXQuery
Returns an Xpath for the highlighted Query search result.
Protected methodStatic membergetXSectionDatalistRow
Formats a unique xPath to find a single datalist row.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberQueryExists(IDictionaryString, String)
Check if a query exists.
Public methodStatic memberQueryExists(TableRow)
Check if a query exists.
Protected methodStatic memberSectionDatalistRowExists(IDictionaryString, String, String)
Check if a datalist row exists.
Protected methodStatic memberSectionDatalistRowExists(TableRow, String)
Check if a datalist row exists.
Protected methodStatic memberSelectSectionDatalistRow(IDictionaryString, String, String)
Select a datalist row for a section.
Protected methodStatic memberSelectSectionDatalistRow(TableRow, String)
Select a datalist row for a section.
Public methodStatic memberSetFilter
Set filter based on string passed in
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also