Property | Type | Description | |
---|---|---|---|
LookupCriteria | System |
Method | 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
|
Method | Description | |
---|---|---|
LookupCriteria ( string>.Dictionary |
public CompareTo ( ILookupCriteria other ) : int | ||
other | ILookupCriteria | |
return | int |
public Equals ( ILookupCriteria other ) : bool | ||
other | ILookupCriteria | the object to compare to |
return | bool |
public LookupCriteria ( string jsonString ) : System | ||
jsonString | string | |
return | System |