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

A request to create or update multiple Allocations. More...

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

Public Member Functions

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

Properties

List< AllocationRequestAllocationRequests [get, set]
 A collection of AllocationRequests. More...
 

Detailed Description

A request to create or update multiple Allocations.

Constructor & Destructor Documentation

◆ AllocationSetRequest()

Lusid.Sdk.Model.AllocationSetRequest.AllocationSetRequest ( List< AllocationRequest allocationRequests = default(List<AllocationRequest>))
inline

Initializes a new instance of the AllocationSetRequest class.

Parameters
allocationRequestsA collection of AllocationRequests..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AllocationSetRequest instances are equal

Parameters
inputInstance of AllocationSetRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AllocationRequests

List<AllocationRequest> Lusid.Sdk.Model.AllocationSetRequest.AllocationRequests
getset

A collection of AllocationRequests.

A collection of AllocationRequests.


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