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

A recipe that is to be stored in the recipe structured data store. Only one of these must be present. More...

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

Public Member Functions

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

Properties

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

Detailed Description

A recipe that is to be stored in the recipe structured data store. Only one of these must be present.

Constructor & Destructor Documentation

◆ UpsertRecipeRequest()

Lusid.Sdk.Model.UpsertRecipeRequest.UpsertRecipeRequest ( ConfigurationRecipe  configurationRecipe = default(ConfigurationRecipe))
inline

Initializes a new instance of the UpsertRecipeRequest class.

Parameters
configurationRecipeconfigurationRecipe.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertRecipeRequest instances are equal

Parameters
inputInstance of UpsertRecipeRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ConfigurationRecipe

ConfigurationRecipe Lusid.Sdk.Model.UpsertRecipeRequest.ConfigurationRecipe
getset

Gets or Sets ConfigurationRecipe


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