Class Criteria#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Describes a single statistic by which to filter all matchmaking search results. Each criteria must have a corresponding Statistic object with the same name.

Public Functions

Criteria ()#
Criteria (Object obj)

Properties

string Name { get; set; }#

The unique name of the criteria to consider.

object Value { get; set; }#

The comparison value that the criteria will consider.

Public Static Functions

new Criteria Parse (string json)#

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

Param json:

Return: