다음을 통해 공유


ScorableGroupAttribute 클래스

정의

이 특성은 에 대한 DispatchDialog<TResult>점수 매기기 그룹을 제어하는 데 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public class ScorableGroupAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type ScorableGroupAttribute = class
    inherit Attribute
Public Class ScorableGroupAttribute
Inherits Attribute
상속
ScorableGroupAttribute
특성

설명

ScorableGroupAttribute 를 사용하면 점수 매기기 프로세스를 재정의하여 정렬된 점수 매기기 그룹을 만들 수 있습니다. 여기서 첫 번째 점수 매기기 그룹의 점수가 먼저 비교되고 첫 번째 점수 매기기 그룹에서 참여하려는 점수가 없는 경우 두 번째 점수 매기기 그룹이 고려됩니다.

생성자

ScorableGroupAttribute(Int32)

를 생성합니다 ScorableGroupAttribute.

속성

Order

점수가 매기 가능한 그룹 순서입니다.

적용 대상