C# Class Decision.Common.OpenGraph.Structs.OpenGraphRating

Represents the rating on some scale for an object.
Mostrar archivo Open project: rabbal/Decision

Public Methods

Method Description
OpenGraphRating ( int value, int scale )

Initializes a new instance of the OpenGraphRating class.

Method Details

OpenGraphRating() public method

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.