C# 클래스 Decision.Common.OpenGraph.Structs.OpenGraphRating

Represents the rating on some scale for an object.
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
OpenGraphRating ( int value, int scale )

Initializes a new instance of the OpenGraphRating class.

메소드 상세

OpenGraphRating() 공개 메소드

Initializes a new instance of the OpenGraphRating class.
public OpenGraphRating ( int value, int scale )
value int The value of the rating given to the object.
scale int The highest value possible in the rating scale.