Method | Description | |
---|---|---|
SearchCriteria ( object items ) : System | ||
SearchCriteria ( string type, System.DateTime value ) : System | ||
SearchCriteria ( string type, string value ) : System | ||
ToQueryString ( ) : string | ||
ToQueryString ( string root ) : string | ||
ToXml ( ) : string | ||
ToXml ( string rootElement ) : string |
Method | Description | |
---|---|---|
DefaultToEmptyString ( string value ) : string |
public SearchCriteria ( object items ) : System | ||
items | object | |
return | System |
public SearchCriteria ( string type, System.DateTime value ) : System | ||
type | string | |
value | System.DateTime | |
return | System |
public SearchCriteria ( string type, string value ) : System | ||
type | string | |
value | string | |
return | System |
public ToQueryString ( string root ) : string | ||
root | string | |
return | string |