Click or drag to resize
InformationLibraryPanel Class
Class to handle interactions for the 'Information Library' panel.
Inheritance Hierarchy

Namespace: Blackbaud.UAT.Core.Crm.Panels
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public class InformationLibraryPanel : Panel

The InformationLibraryPanel type exposes the following members.

Constructors
  NameDescription
Public methodInformationLibraryPanel
Initializes a new instance of the InformationLibraryPanel class
Top
Properties
  NameDescription
Public propertyTitle
Return the default page title
(Inherited from BaseComponent.)
Top
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
Fields
  NameDescription
Public fieldStatic membergetXAllQueriesTreeRoot
XPath for the root of teh query treeview with text "All"
Public fieldStatic membergetXDeleteQuery
Returns an Xpath for the Delete Query menu item on a InformationLibraryPanel.
Protected fieldStatic membergetXFilterQueryField
Return an Xpath for the Query Field on the InformationLibraryPanel.
Top
See Also