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

The record an order's participation in a specific placement. More...

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

Public Member Functions

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

Protected Member Functions

 Participation ()
 Initializes a new instance of the Participation 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...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

The record an order&#39;s participation in a specific placement.

Constructor & Destructor Documentation

◆ Participation() [1/2]

Lusid.Sdk.Model.Participation.Participation ( )
inlineprotected

Initializes a new instance of the Participation class.

◆ Participation() [2/2]

Lusid.Sdk.Model.Participation.Participation ( ResourceId  id = default(ResourceId),
ResourceId  placementId = default(ResourceId),
ResourceId  orderId = default(ResourceId),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the Participation class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Participation instances are equal

Parameters
inputInstance of Participation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.Participation._Version
getset

Gets or Sets _Version

◆ Id

ResourceId Lusid.Sdk.Model.Participation.Id
getset

Gets or Sets Id

◆ Links

List<Link> Lusid.Sdk.Model.Participation.Links
getset

Gets or Sets Links

◆ OrderId

ResourceId Lusid.Sdk.Model.Participation.OrderId
getset

Gets or Sets OrderId

◆ PlacementId

ResourceId Lusid.Sdk.Model.Participation.PlacementId
getset

Gets or Sets PlacementId


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