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

A recipe composer that is to be stored in the recipe composer data store or used for inline resolving. More...

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

Public Member Functions

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

Properties

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

Detailed Description

A recipe composer that is to be stored in the recipe composer data store or used for inline resolving.

Constructor & Destructor Documentation

◆ UpsertRecipeComposerRequest()

Lusid.Sdk.Model.UpsertRecipeComposerRequest.UpsertRecipeComposerRequest ( RecipeComposer  recipeComposer = default(RecipeComposer))
inline

Initializes a new instance of the UpsertRecipeComposerRequest class.

Parameters
recipeComposerrecipeComposer.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertRecipeComposerRequest instances are equal

Parameters
inputInstance of UpsertRecipeComposerRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ RecipeComposer

RecipeComposer Lusid.Sdk.Model.UpsertRecipeComposerRequest.RecipeComposer
getset

Gets or Sets RecipeComposer


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