C# Class NetMud.Data.System.LookupCriteria

Inheritance: ILookupCriteria
Afficher le fichier Open project: SwiftAusterity/NetMud Class Usage Examples

Private Properties

Свойство Type Description
LookupCriteria System

Méthodes publiques

Méthode Description
CompareTo ( ILookupCriteria other ) : int

-99 = null input -1 = Matches none 0 = Matches some 1 = matches all

Equals ( ILookupCriteria other ) : bool

Compares this object to another one to see if they are the same object

LookupCriteria ( ) : System

Instansiate with empty list of criteria

LookupCriteria ( string jsonString ) : System

Instansiate by deserializing the criteria from json

ToString ( ) : string

Overriding this to make the json converter work right

Private Methods

Méthode Description
LookupCriteria ( string>.Dictionary criteria ) : System

Method Details

CompareTo() public méthode

-99 = null input -1 = Matches none 0 = Matches some 1 = matches all
public CompareTo ( ILookupCriteria other ) : int
other ILookupCriteria
Résultat int

Equals() public méthode

Compares this object to another one to see if they are the same object
public Equals ( ILookupCriteria other ) : bool
other ILookupCriteria the object to compare to
Résultat bool

LookupCriteria() public méthode

Instansiate with empty list of criteria
public LookupCriteria ( ) : System
Résultat System

LookupCriteria() public méthode

Instansiate by deserializing the criteria from json
public LookupCriteria ( string jsonString ) : System
jsonString string
Résultat System

ToString() public méthode

Overriding this to make the json converter work right
public ToString ( ) : string
Résultat string