LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.CustomSortBy Class Reference

CustomSortBy More...

Inheritance diagram for Lusid.Sdk.Model.CustomSortBy:
Inheritance graph
[legend]

Public Member Functions

 CustomSortBy (string fieldName=default(string), List< string > priorityValues=default(List< string >), string remainderOrder=default(string))
 Initializes a new instance of the CustomSortBy class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (CustomSortBy input)
 Returns true if CustomSortBy instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 CustomSortBy ()
 Initializes a new instance of the CustomSortBy class. More...
 

Properties

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...
 

Detailed Description

CustomSortBy

Constructor & Destructor Documentation

◆ CustomSortBy() [1/2]

Lusid.Sdk.Model.CustomSortBy.CustomSortBy ( )
inlineprotected

Initializes a new instance of the CustomSortBy class.

◆ 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
fieldNameThe name of the field to sort by. (required).
priorityValuesAn optional list of priority field values to sort by, in the order they should be prioritized..
remainderOrderThe sorting direction for the remaining field values. Either ascending (ASC) or descending (DESC). Available values: ASC, DESC. (required).

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.CustomSortBy.Equals ( CustomSortBy  input)
inline

Returns true if CustomSortBy instances are equal

Parameters
inputInstance of CustomSortBy to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.CustomSortBy.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject 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

Property Documentation

◆ 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: