Rating default filter handler delegate.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 4.5.3057.35 (4.5.3057.35)

Syntax

C#
public delegate void RatingDefaultFilterHandler(
	RelationPredicateBucket bucket,
	Guid parentEntityId,
	SnEntityType parentEntityType
)
Visual Basic
Public Delegate Sub RatingDefaultFilterHandler ( _
	bucket As RelationPredicateBucket, _
	parentEntityId As Guid, _
	parentEntityType As SnEntityType _
)
Visual C++
public delegate void RatingDefaultFilterHandler(
	RelationPredicateBucket^ bucket, 
	Guid parentEntityId, 
	SnEntityType parentEntityType
)

Parameters

bucket
Type: RelationPredicateBucket
Relation predicate bucket filter to use
parentEntityId
Type: System..::..Guid
Parent entity id
parentEntityType
Type: MonoSoftware.MonoX.Utilities..::..SnEntityType
Parent entity type

See Also