BaseAdd(Object)
|
Adds the specified persistent object to the XPBaseCollection.
|
BaseAddRange(ICollection)
|
Adds each element from a specified collection of persistent objects to the XPBaseCollection.
|
BaseIndexer(Int32)
|
Gets the object at the specified index.
|
BaseIndexOf(Object)
|
Determines the index of the specified object in the XPBaseCollection.
|
BaseRemove(Object)
|
Removes the specified persistent object from the XPBaseCollection.
|
BaseRemoveAsync(Object, CancellationToken)
|
Asynchronously removes the specified persistent object from the XPBaseCollection.
|
BeginLoad()
|
Starts the loading process.
|
BeginLoad(Boolean)
|
Starts the loading process.
|
BeginLoadAsync(Boolean, CancellationToken)
|
|
BeginLoadAsync(CancellationToken)
|
|
CreateObjRef(Type)
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
|
Dispose()
|
Releases all resources used by the Component.
|
EndLoad(IEnumerable)
|
Ends the loading process.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
EvaluateDatastoreCount()
|
Specifies the number of elements that will be contained in the collection after loading it.
|
GetDefaultDisplayableProperties(XPClassInfo)
static
|
Returns the default value for the XPBaseCollection.DisplayableProperties property for the specified object type.
|
GetHashCode()
|
Serves as the default hash function.
|
GetLifetimeService()
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
GetObjectClassInfo()
|
When implemented by a class, returns the metadata information that describes the type of objects in the collection.
|
GetRealFetchClassInfo()
|
This method is intended for internal use.
|
GetRealFetchCriteria()
|
This method is intended for internal use.
|
GetService(Type)
protected
|
Returns an object that represents a service provided by the Component or by its Container.
|
GetType()
|
Gets the Type of the current instance.
|
InitializeLifetimeService()
|
Obtains a lifetime service object to control the lifetime policy for this instance.
|
Load()
|
Loads persistent objects of a specific type from the data store into the collection.
|
LoadAsync()
|
Asynchronously loads persistent objects of a specific type from the data store into the collection.
|
LoadAsync(AsyncLoadObjectsCallback)
|
Asynchronously loads persistent objects of a specific type from the data store into the collection, and notifies upon completion.
|
LoadAsync(CancellationToken)
|
Asynchronously loads persistent objects of a specific type from the data store into the collection.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MemberwiseClone(Boolean)
protected
|
Creates a shallow copy of the current MarshalByRefObject object.
|
PreFetch(String[])
|
Enforces loading data for associated collections and delayed properties.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Reload()
|
Clears the collection and marks it to be reloaded with data from the data store.
|
ResumeChangedEvents()
|
Resumes the immediate update of the collection after it was suspended using the XPBaseCollection.SuspendChangedEvents method.
|
SuspendChangedEvents()
|
Prevents the immediate update of the collection when objects are added/removed and filtering/sorting is changed until the XPBaseCollection.ResumeChangedEvents method is called.
|
ToString()
|
Returns a string that represents the current XPCollection.
|