|
LUSID C# SDK
|
An atomic operation used in Recipe composer to compose a Configuration Recipe More...

Public Member Functions | |
| RecipeBlock (RecipeValue value=default(RecipeValue), string path=default(string), string op=default(string)) | |
| Initializes a new instance of the RecipeBlock 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 (RecipeBlock input) |
| Returns true if RecipeBlock instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| RecipeValue | Value [get, set] |
| Gets or Sets Value More... | |
| string | Path [get, set] |
| Path of the Value that the operation is to be performed on. More... | |
| string | Op [get, set] |
| Operation to be performed on the part of the value. More... | |
An atomic operation used in Recipe composer to compose a Configuration Recipe
|
inline |
Initializes a new instance of the RecipeBlock class.
| value | value. |
| path | Path of the Value that the operation is to be performed on.. |
| op | Operation to be performed on the part of the value.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if RecipeBlock instances are equal
| input | Instance of RecipeBlock to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
|
getset |
Path of the Value that the operation is to be performed on.
Path of the Value that the operation is to be performed on.
|
getset |
Gets or Sets Value