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

Index convention that is to be stored in the convention data store. Only one of these must be present. More...

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

Public Member Functions

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

Properties

IndexConvention IndexConvention [get, set]
 Gets or Sets IndexConvention More...
 

Detailed Description

Index convention that is to be stored in the convention data store. Only one of these must be present.

Constructor & Destructor Documentation

◆ UpsertIndexConventionRequest()

Lusid.Sdk.Model.UpsertIndexConventionRequest.UpsertIndexConventionRequest ( IndexConvention  indexConvention = default(IndexConvention))
inline

Initializes a new instance of the UpsertIndexConventionRequest class.

Parameters
indexConventionindexConvention.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertIndexConventionRequest instances are equal

Parameters
inputInstance of UpsertIndexConventionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ IndexConvention

IndexConvention Lusid.Sdk.Model.UpsertIndexConventionRequest.IndexConvention
getset

Gets or Sets IndexConvention


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