|
LUSID C# SDK
|
A request to create or update multiple Blocks. More...

Public Member Functions | |
| BlockSetRequest (List< BlockRequest > requests=default(List< BlockRequest >)) | |
| Initializes a new instance of the BlockSetRequest 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 (BlockSetRequest input) |
| Returns true if BlockSetRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| List< BlockRequest > | Requests [get, set] |
| A collection of BlockRequests. More... | |
A request to create or update multiple Blocks.
|
inline |
Initializes a new instance of the BlockSetRequest class.
| requests | A collection of BlockRequests.. |
|
inline |
Returns true if BlockSetRequest instances are equal
| input | Instance of BlockSetRequest to be compared |
|
inline |
Returns true if objects are equal
| input | Object 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 |
A collection of BlockRequests.
A collection of BlockRequests.