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

Recipe composer is an object used to dynamically compose Configuration Recipe from atomic operations. More...

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

Public Member Functions

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

Protected Member Functions

 RecipeComposer ()
 Initializes a new instance of the RecipeComposer class. More...
 

Properties

string Scope [get, set]
 The scope used when updating or inserting the Recipe Composer. More...
 
string Code [get, set]
 User given string name (code) to identify the recipe. More...
 
List< RecipeBlockOperations [get, set]
 Atomic operations used to compose a Configuration Recipe. More...
 

Detailed Description

Recipe composer is an object used to dynamically compose Configuration Recipe from atomic operations.

Constructor & Destructor Documentation

◆ RecipeComposer() [1/2]

Lusid.Sdk.Model.RecipeComposer.RecipeComposer ( )
inlineprotected

Initializes a new instance of the RecipeComposer class.

◆ RecipeComposer() [2/2]

Lusid.Sdk.Model.RecipeComposer.RecipeComposer ( string  scope = default(string),
string  code = default(string),
List< RecipeBlock operations = default(List<RecipeBlock>) 
)
inline

Initializes a new instance of the RecipeComposer class.

Parameters
scopeThe scope used when updating or inserting the Recipe Composer. (required).
codeUser given string name (code) to identify the recipe. (required).
operationsAtomic operations used to compose a Configuration Recipe..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipeComposer instances are equal

Parameters
inputInstance of RecipeComposer to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.RecipeComposer.Code
getset

User given string name (code) to identify the recipe.

User given string name (code) to identify the recipe.

◆ Operations

List<RecipeBlock> Lusid.Sdk.Model.RecipeComposer.Operations
getset

Atomic operations used to compose a Configuration Recipe.

Atomic operations used to compose a Configuration Recipe.

◆ Scope

string Lusid.Sdk.Model.RecipeComposer.Scope
getset

The scope used when updating or inserting the Recipe Composer.

The scope used when updating or inserting the Recipe Composer.


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