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

Recipe value represents a data that is then used to perform an atomic operation which is then used in composition of Configuration Recipe. This object either includes the data itself (in json form or as simple string) or is a reference where the data can be obtained from (from a Configuration Recipe say). Only one field is to be populated. More...

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

Public Member Functions

 RecipeValue (string asJson=default(string), string asString=default(string), FromRecipe fromRecipe=default(FromRecipe))
 Initializes a new instance of the RecipeValue 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 (RecipeValue input)
 Returns true if RecipeValue instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string AsJson [get, set]
 Field to allow providing a potentially complex json value. More...
 
string AsString [get, set]
 For simple value, a single input value, note complex nested objects are not allowed here. More...
 
FromRecipe FromRecipe [get, set]
 Gets or Sets FromRecipe More...
 

Detailed Description

Recipe value represents a data that is then used to perform an atomic operation which is then used in composition of Configuration Recipe. This object either includes the data itself (in json form or as simple string) or is a reference where the data can be obtained from (from a Configuration Recipe say). Only one field is to be populated.

Constructor & Destructor Documentation

◆ RecipeValue()

Lusid.Sdk.Model.RecipeValue.RecipeValue ( string  asJson = default(string),
string  asString = default(string),
FromRecipe  fromRecipe = default(FromRecipe) 
)
inline

Initializes a new instance of the RecipeValue class.

Parameters
asJsonField to allow providing a potentially complex json value..
asStringFor simple value, a single input value, note complex nested objects are not allowed here..
fromRecipefromRecipe.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipeValue instances are equal

Parameters
inputInstance of RecipeValue to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsJson

string Lusid.Sdk.Model.RecipeValue.AsJson
getset

Field to allow providing a potentially complex json value.

Field to allow providing a potentially complex json value.

◆ AsString

string Lusid.Sdk.Model.RecipeValue.AsString
getset

For simple value, a single input value, note complex nested objects are not allowed here.

For simple value, a single input value, note complex nested objects are not allowed here.

◆ FromRecipe

FromRecipe Lusid.Sdk.Model.RecipeValue.FromRecipe
getset

Gets or Sets FromRecipe


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