CUIDataSource Members
Include Protected Members
Include Inherited Members
Represents an abstract class that loads an XML document, retrieves a subset of its data, and applies customizations to the XML by replacing or removing some of the nodes.
The CUIDataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CUIDataSource | Initializes a new instance of the CUIDataSource class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CurrentQuery | Gets the query that is currently being used and run by the data source. |
![]() |
Document | Gets or sets the XML document to be loaded and customized. |
![]() |
NamespaceManager | The namespace manager that is used when querying the XML file. |
![]() |
ResultDocument | Gets or sets the document that results after customizations are applied to it. |
![]() |
XmlNamespace | Gets the namespace used for XPath queries in the default Server ribbon XML file. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddNeededTemplates | Adds in the needed group templates. |
![]() |
ApplyExtensions | Applies customizations and overrides to the document. |
![]() |
EnsureDocument | Ensures the presence of the initial XML document containing all UI. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetResultDocument | Gets the XML document that is the result of the last query. |
![]() |
GetTemplateExtension | Gets the template extension specified by the template identifier. |
![]() |
GetTemplatesUsedByTabGroups | Gets the templates from the specified RibbonNodeList. |
![]() |
GetType | (Inherited from Object.) |
![]() |
HandleAllQuery | Handles a query that returns all of the data in a data source. |
![]() |
HandleRibbonTabQuery | Handles a query for Server ribbon data based on the provided identifier. |
![]() |
HandleRootQuery | Handles a query that retrieves a root node. |
![]() |
Init | Initializes an instance of the CUIDataSource class. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RunQuery | Applies the specified query to the Server ribbon. |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteResult | Write the resulting document using the given [System.IO.TextWriter] object. |
![]() |
WriteResultDocument | Write the resulting document using the given [System.IO.TextWriter] object. |
Top