프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public Equals ( ILookupCriteria other ) : bool | ||
other | ILookupCriteria | the object to compare to |
리턴 | bool |
public LookupCriteria ( string jsonString ) : System | ||
jsonString | string | |
리턴 | System |