Delegate InfoObjectRepository<TCollection, TObject, TSettings>.LoadCollectionHandler
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Delegate to define the handle to load the collection of this type.
public delegate TCollection InfoObjectRepository<TCollection, TObject, TSettings>.LoadCollectionHandler(IInfoObjectRepository<TCollection> repository, string name)
Parameters
repositoryIInfoObjectRepository<TCollection>Repository into which the collection loads
namestringCollection name
Returns
- TCollection
- Delegate to define the handle to load the collection of this type.
- Extension Methods
Constructors
LoadCollectionHandler(object, nint)
public LoadCollectionHandler(object @object, nint method)
Parameters
objectobjectmethodnint
Methods
BeginInvoke(IInfoObjectRepository<TCollection>, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(IInfoObjectRepository<TCollection> repository, string name, AsyncCallback callback, object @object)
Parameters
repositoryIInfoObjectRepository<TCollection>namestringcallbackAsyncCallbackobjectobject
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual TCollection EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Returns
- TCollection
Invoke(IInfoObjectRepository<TCollection>, string)
public virtual TCollection Invoke(IInfoObjectRepository<TCollection> repository, string name)
Parameters
repositoryIInfoObjectRepository<TCollection>namestring
Returns
- TCollection