XPCollection<T> Members
In This Article
#Constructors
Name | Description |
---|---|
XPCollection() |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
XPCollection |
Initializes a new instance of the XPCollection |
#Properties
Name | Description |
---|---|
Binding |
Defines which operations a bound control can perform on a collection. This enumeration has a Flags |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Case |
Gets or sets whether string comparisons during sorting and filtering of the XPBase |
Clear |
For internal use.
Inherited from XPBase |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Count |
Gets the number of elements contained in the XPBase |
Criteria |
Gets or sets the criteria used to filter objects on the data store side.
Inherited from XPBase |
Criteria |
Gets or sets the criteria used to filter objects on the data store side.
Inherited from XPBase |
Delete |
Gets or sets whether the persistent object is deleted from the data store when it is removed from the collection.
Inherited from XPBase |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Displayable |
Gets or sets the displayable properties list for a bound control.
Inherited from XPBase |
Enable |
Obsolete. Specifies whether object changed notifications occur when editing a property.
Inherited from XPBase |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Filter |
Gets or sets the criteria used to filter objects on the client side.
Inherited from XPBase |
Hint |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPBase |
Is |
For internal use.
Inherited from XPBase |
Is |
Gets whether the XPBase |
Loading |
Gets or sets whether loading of data from a data store to the collection is enabled.
Inherited from XPBase |
Object[Int32] |
Gets a T object at a specified index in the XPCollection |
Select |
Gets or sets whether objects that are marked as deleted are retrieved by a collection from a data store.
Inherited from XPBase |
Session |
Gets or sets the Session used by the current collection.
Inherited from XPBase |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Skip |
Gets or sets the number of objects to exclude when populating the collection with objects from a data store.
Inherited from XPBase |
Sorting |
Gets or sets the sort settings for the current collection.
Inherited from XPBase |
Top |
Gets or sets the maximum number of objects retrieved by the collection from a data store.
Inherited from XPBase |
#Methods
Name | Description |
---|---|
Add |
Adds a specified persistent object to the XPCollection |
Add |
Adds specified persistent objects to the XPCollection |
Base |
Adds the specified persistent object to the XPBase |
Base |
Adds each element from a specified collection of persistent objects to the XPBase |
Base |
Gets the object at the specified index.
Inherited from XPBase |
Base |
Determines the index of the specified object in the XPBase |
Base |
Removes the specified persistent object from the XPBase |
Base |
Asynchronously removes the specified persistent object from the XPBase |
Begin |
Starts the loading process.
Inherited from XPBase |
Begin |
Starts the loading process.
Inherited from XPBase |
Begin |
Inherited from XPBase |
Begin |
Inherited from XPBase |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Ends the loading process.
Inherited from XPBase |
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. |
Evaluate |
Specifies the number of elements that will be contained in the collection after loading it.
Inherited from XPBase |
Get |
Returns the default value for the XPBase |
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 |
Gets the metadata information for the persistent objects contained in the collection. |
Get |
This method is intended for internal use.
Inherited from XPBase |
Get |
This method is intended for internal use.
Inherited from XPBase |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the index of a specified T object in the XPCollection |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Load() |
Loads persistent objects of a specific type from the data store into the collection.
Inherited from XPBase |
Load |
Asynchronously loads persistent objects of a specific type from the data store into the collection.
Inherited from XPBase |
Load |
Asynchronously loads persistent objects of a specific type from the data store into the collection, and notifies upon completion.
Inherited from XPBase |
Load |
Asynchronously loads persistent objects of a specific type from the data store into the collection.
Inherited from XPBase |
Lookup |
Retrieves a T object from the collection by a specified key value. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Pre |
Enforces loading data for associated collections and delayed properties.
Inherited from XPBase |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload() |
Clears the collection and marks it to be reloaded with data from the data store.
Inherited from XPBase |
Remove |
Removes the specified object from the XPCollection |
Resume |
Resumes the immediate update of the collection after it was suspended using the XPBase |
Suspend |
Prevents the immediate update of the collection when objects are added/removed and filtering/sorting is changed until the XPBase |
To |
Returns a string that represents the current XPCollection.
Inherited from XPBase |
#Events
Name | Description |
---|---|
Collection |
Occurs when an item is added to, or removed from the XPBase |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
List |
Occurs when the list or an item in the list of the XPBase |
Resolve |
Enables the collection to be associated with a session.
Inherited from XPBase |
See Also