XPObjectSource Members
In This Article
#Constructors
Name | Description |
---|---|
XPObject |
Initializes a new instance of the XPObject |
XPObject |
Initializes a new instance of the XPObject |
#Properties
Name | Description |
---|---|
Base64 | For internal use. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Connection |
Specifies a connection string used to connect to a database. |
Connection |
Specifies the name of the connection string used to connect to a database. The specified name should exist in the application configuration file. |
Connection |
For internal use. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Dictionary | For internal use. |
Entity |
Specifies metadata information for an XPO class mapped to the required data. |
Entity |
Specifies the fully qualified name of an XPO class mapped to the required data. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Filter | Specifies the criteria used to filter data. |
Filter |
Specifies the string criteria used to filter data. |
Group |
Specifies the Criteria |
Group |
Specifies the string criteria containing grouped/aggregated columns. |
Name |
Inherited from Data |
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. |
Sorting |
Specifies the data sorting within the XPObject |
Tag |
Specifies the data associated with the XPObject |
Top |
Specifies the maximum number of retrieved records. |
#Methods
Name | Description |
---|---|
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. |
Fill |
Retrieves the data from the data source and populates the internal objects collection using the specified parameters. |
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 |
For internal use. |
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 |
For internal use. |
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. |
Before |
For internal use. |
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