Class Statistic#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.Statistic : xbe.sdk.ModelBase#

Describes a single metric by which users will be compared and filtered.

Public Functions

Statistic ()#
Statistic (Object obj)

Properties

string Name { get; set; }#

The unique name of the statistic.

object Value { get; set; }#

The value of the statistic representing the combined average of all users on a ticket or match.

Public Static Functions

new Statistic Parse (string json)#

Parses the given JSON encoded string into a new Statistic instance.

Param json:

Return: