Fetch event collection.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual EntityCollection<SnEventEntity> FetchEventCollection(
	EventArguments args,
	PagedCollectionContainer bindContainer
)
Visual Basic
Protected Overridable Function FetchEventCollection ( 
	args As EventArguments,
	bindContainer As PagedCollectionContainer
) As EntityCollection(Of SnEventEntity)
Visual C++
protected:
virtual EntityCollection<SnEventEntity^>^ FetchEventCollection(
	EventArguments^ args, 
	PagedCollectionContainer^ bindContainer
)
F#
abstract FetchEventCollection : 
        args : EventArguments * 
        bindContainer : PagedCollectionContainer -> EntityCollection<SnEventEntity> 
override FetchEventCollection : 
        args : EventArguments * 
        bindContainer : PagedCollectionContainer -> EntityCollection<SnEventEntity> 

Parameters

args
Type: MonoSoftware.MonoX.Repositories..::..EventArguments
Event arguments.
bindContainer
Type: MonoSoftware.MonoX.Caching..::..PagedCollectionContainer
Bind containder used for caching purposes.

Return Value

Type: EntityCollection<(Of <(<'SnEventEntity>)>)>
Event collection.

See Also