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

PlaceBlocksRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

List< PlacementRequestRequests [get, set]
 A collection of PlacementRequest. More...
 

Detailed Description

PlaceBlocksRequest

Constructor & Destructor Documentation

◆ PlaceBlocksRequest() [1/2]

Lusid.Sdk.Model.PlaceBlocksRequest.PlaceBlocksRequest ( )
inlineprotected

Initializes a new instance of the PlaceBlocksRequest class.

◆ PlaceBlocksRequest() [2/2]

Lusid.Sdk.Model.PlaceBlocksRequest.PlaceBlocksRequest ( List< PlacementRequest requests = default(List<PlacementRequest>))
inline

Initializes a new instance of the PlaceBlocksRequest class.

Parameters
requestsA collection of PlacementRequest. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PlaceBlocksRequest instances are equal

Parameters
inputInstance of PlaceBlocksRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Requests

List<PlacementRequest> Lusid.Sdk.Model.PlaceBlocksRequest.Requests
getset

A collection of PlacementRequest.

A collection of PlacementRequest.


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