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

CDS Flow 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.UpsertCdsFlowConventionsRequest:
Inheritance graph
[legend]

Public Member Functions

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ UpsertCdsFlowConventionsRequest()

Lusid.Sdk.Model.UpsertCdsFlowConventionsRequest.UpsertCdsFlowConventionsRequest ( CdsFlowConventions  cdsFlowConventions = default(CdsFlowConventions))
inline

Initializes a new instance of the UpsertCdsFlowConventionsRequest class.

Parameters
cdsFlowConventionscdsFlowConventions.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertCdsFlowConventionsRequest instances are equal

Parameters
inputInstance of UpsertCdsFlowConventionsRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CdsFlowConventions

CdsFlowConventions Lusid.Sdk.Model.UpsertCdsFlowConventionsRequest.CdsFlowConventions
getset

Gets or Sets CdsFlowConventions


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