Rating default filter handler delegate.
Namespace: MonoSoftware.MonoX.RepositoriesAssembly: 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
) |
See Also