DashboardXpoDataSource Members
In This Article
#Constructors
Name | Description |
---|---|
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
#Properties
Name | Description |
---|---|
Base64 |
For internal use.
Inherited from XPObject |
Calculated |
Provides access to a data source’s calculated fields. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Component |
Gets or sets the name of the data source component. |
Connection |
Specifies a connection string used to connect to a database.
Inherited from XPObject |
Connection |
Specifies the name of the connection string used to connect to a database. The specified name should exist in the application configuration file.
Inherited from XPObject |
Connection |
For internal use.
Inherited from XPObject |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Data |
Gets or sets the data processing mode. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Dictionary |
For internal use.
Inherited from XPObject |
Entity |
Specifies metadata information for an XPO class mapped to the required data.
Inherited from XPObject |
Entity |
Specifies the fully qualified name of an XPO class mapped to the required data.
Inherited from XPObject |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Filter | Gets or sets the logical expression used to filer data. |
Filter |
For internal use. |
Group |
Specifies the Criteria |
Group |
Specifies the string criteria containing grouped/aggregated columns.
Inherited from XPObject |
Name | Gets or sets the data source name. |
Parameters |
Gets a list of parameters you can use in Criteria |
Properties |
Specifies the list of persistent class’ properties loaded by XPObject |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Skip |
Specifies the number of records to exclude when loading data.
Inherited from XPObject |
Sorting |
Specifies the data sorting within the XPObject |
Tag |
Specifies the data associated with the XPObject |
Top |
Specifies the maximum number of retrieved records.
Inherited from XPObject |
#Methods
Name | Description |
---|---|
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Fill() |
Retrieves the data from the data source and populates the internal objects collection.
Inherited from XPObject |
Fill |
Retrieves the data from the data source and populates the internal object collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Inherited from Data |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Load |
Loads the data source schema definition from XML. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Populate |
Clears the XPObject |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Triggers the IBinding |
Save |
Saves the XML definition of the JSON data source schema. |
Set |
Gets the XPClass |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
After |
For internal use.
Inherited from XPObject |
Before |
For internal use.
Inherited from XPObject |
Dismiss |
Occurs when the XPObject |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Resolve |
Occurs when the XPObject |
See Also