C# 클래스 NetMud.Data.System.LookupCriteria

상속: ILookupCriteria
파일 보기 프로젝트 열기: SwiftAusterity/NetMud 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LookupCriteria System

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LookupCriteria ( string>.Dictionary criteria ) : System

메소드 상세

CompareTo() 공개 메소드

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

Equals() 공개 메소드

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
리턴 bool

LookupCriteria() 공개 메소드

Instansiate with empty list of criteria
public LookupCriteria ( ) : System
리턴 System

LookupCriteria() 공개 메소드

Instansiate by deserializing the criteria from json
public LookupCriteria ( string jsonString ) : System
jsonString string
리턴 System

ToString() 공개 메소드

Overriding this to make the json converter work right
public ToString ( ) : string
리턴 string