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

A request to create or update a Participation. More...

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

Public Member Functions

 ParticipationRequest (ResourceId id=default(ResourceId), ResourceId placementId=default(ResourceId), ResourceId orderId=default(ResourceId))
 Initializes a new instance of the ParticipationRequest 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 (ParticipationRequest input)
 Returns true if ParticipationRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
ResourceId PlacementId [get, set]
 Gets or Sets PlacementId More...
 
ResourceId OrderId [get, set]
 Gets or Sets OrderId More...
 

Detailed Description

A request to create or update a Participation.

Constructor & Destructor Documentation

◆ ParticipationRequest() [1/2]

Lusid.Sdk.Model.ParticipationRequest.ParticipationRequest ( )
inlineprotected

Initializes a new instance of the ParticipationRequest class.

◆ ParticipationRequest() [2/2]

Lusid.Sdk.Model.ParticipationRequest.ParticipationRequest ( ResourceId  id = default(ResourceId),
ResourceId  placementId = default(ResourceId),
ResourceId  orderId = default(ResourceId) 
)
inline

Initializes a new instance of the ParticipationRequest class.

Parameters
idid (required).
placementIdplacementId (required).
orderIdorderId (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ParticipationRequest instances are equal

Parameters
inputInstance of ParticipationRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Id

ResourceId Lusid.Sdk.Model.ParticipationRequest.Id
getset

Gets or Sets Id

◆ OrderId

ResourceId Lusid.Sdk.Model.ParticipationRequest.OrderId
getset

Gets or Sets OrderId

◆ PlacementId

ResourceId Lusid.Sdk.Model.ParticipationRequest.PlacementId
getset

Gets or Sets PlacementId


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