Get the rating score.

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

Syntax

C#
protected virtual decimal GetRating(
	RelationPredicateBucket bucket,
	out int totalCount
)
Visual Basic
Protected Overridable Function GetRating ( 
	bucket As RelationPredicateBucket,
	<OutAttribute> ByRef totalCount As Integer
) As Decimal
Visual C++
protected:
virtual Decimal GetRating(
	RelationPredicateBucket^ bucket, 
	[OutAttribute] int% totalCount
)
F#
abstract GetRating : 
        bucket : RelationPredicateBucket * 
        totalCount : int byref -> decimal 
override GetRating : 
        bucket : RelationPredicateBucket * 
        totalCount : int byref -> decimal 

Parameters

bucket
Type: RelationPredicateBucket
Filter bucket
totalCount
Type: System..::..Int32%
Total ratings

Return Value

Type: Decimal
Total rating score

See Also