CustomSortBy
More...
|
| string | FieldName [get, set] |
| | The name of the field to sort by. More...
|
| |
| List< string > | PriorityValues [get, set] |
| | An optional list of priority field values to sort by, in the order they should be prioritized. More...
|
| |
| string | RemainderOrder [get, set] |
| | The sorting direction for the remaining field values. Either ascending (ASC) or descending (DESC). Available values: ASC, DESC. More...
|
| |
◆ CustomSortBy() [1/2]
| Lusid.Sdk.Model.CustomSortBy.CustomSortBy |
( |
| ) |
|
|
inlineprotected |
◆ CustomSortBy() [2/2]
| Lusid.Sdk.Model.CustomSortBy.CustomSortBy |
( |
string |
fieldName = default(string), |
|
|
List< string > |
priorityValues = default(List<string>), |
|
|
string |
remainderOrder = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the CustomSortBy class.
- Parameters
-
| fieldName | The name of the field to sort by. (required). |
| priorityValues | An optional list of priority field values to sort by, in the order they should be prioritized.. |
| remainderOrder | The sorting direction for the remaining field values. Either ascending (ASC) or descending (DESC). Available values: ASC, DESC. (required). |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.CustomSortBy.Equals |
( |
CustomSortBy |
input | ) |
|
|
inline |
Returns true if CustomSortBy instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.CustomSortBy.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.CustomSortBy.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.CustomSortBy.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.CustomSortBy.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ FieldName
| string Lusid.Sdk.Model.CustomSortBy.FieldName |
|
getset |
The name of the field to sort by.
The name of the field to sort by.
◆ PriorityValues
| List<string> Lusid.Sdk.Model.CustomSortBy.PriorityValues |
|
getset |
An optional list of priority field values to sort by, in the order they should be prioritized.
An optional list of priority field values to sort by, in the order they should be prioritized.
◆ RemainderOrder
| string Lusid.Sdk.Model.CustomSortBy.RemainderOrder |
|
getset |
The sorting direction for the remaining field values. Either ascending (ASC) or descending (DESC). Available values: ASC, DESC.
The sorting direction for the remaining field values. Either ascending (ASC) or descending (DESC). Available values: ASC, DESC.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/CustomSortBy.cs