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

RecommendedSortBy More...

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

Public Member Functions

 RecommendedSortBy (string attributeName=default(string), string sortOrder=default(string))
 Initializes a new instance of the RecommendedSortBy 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 (RecommendedSortBy input)
 Returns true if RecommendedSortBy instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string AttributeName [get, set]
 The property key, identifier type, or field to be sorted by. More...
 
string SortOrder [get, set]
 The sorting direction. Either ascending (ASC) or descending (DESC). More...
 

Detailed Description

RecommendedSortBy

Constructor & Destructor Documentation

◆ RecommendedSortBy() [1/2]

Lusid.Sdk.Model.RecommendedSortBy.RecommendedSortBy ( )
inlineprotected

Initializes a new instance of the RecommendedSortBy class.

◆ RecommendedSortBy() [2/2]

Lusid.Sdk.Model.RecommendedSortBy.RecommendedSortBy ( string  attributeName = default(string),
string  sortOrder = default(string) 
)
inline

Initializes a new instance of the RecommendedSortBy class.

Parameters
attributeNameThe property key, identifier type, or field to be sorted by. (required).
sortOrderThe sorting direction. Either ascending (ASC) or descending (DESC)..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecommendedSortBy instances are equal

Parameters
inputInstance of RecommendedSortBy to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.RecommendedSortBy.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.RecommendedSortBy.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.RecommendedSortBy.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AttributeName

string Lusid.Sdk.Model.RecommendedSortBy.AttributeName
getset

The property key, identifier type, or field to be sorted by.

The property key, identifier type, or field to be sorted by.

◆ SortOrder

string Lusid.Sdk.Model.RecommendedSortBy.SortOrder
getset

The sorting direction. Either ascending (ASC) or descending (DESC).

The sorting direction. Either ascending (ASC) or descending (DESC).


The documentation for this class was generated from the following file: