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

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

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

Public Member Functions

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ UpsertFlowConventionsRequest()

Lusid.Sdk.Model.UpsertFlowConventionsRequest.UpsertFlowConventionsRequest ( FlowConventions  flowConventions = default(FlowConventions))
inline

Initializes a new instance of the UpsertFlowConventionsRequest class.

Parameters
flowConventionsflowConventions.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertFlowConventionsRequest instances are equal

Parameters
inputInstance of UpsertFlowConventionsRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FlowConventions

FlowConventions Lusid.Sdk.Model.UpsertFlowConventionsRequest.FlowConventions
getset

Gets or Sets FlowConventions


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