|
LUSID C# SDK
|
The record an order's participation in a specific placement. More...

Public Member Functions | |
| Participation (ResourceId id=default(ResourceId), ResourceId placementId=default(ResourceId), ResourceId orderId=default(ResourceId), ModelVersion varVersion=default(ModelVersion), DataModelMembership dataModelMembership=default(DataModelMembership), 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 | VarVersion [get, set] |
| Gets or Sets VarVersion More... | |
| DataModelMembership | DataModelMembership [get, set] |
| Gets or Sets DataModelMembership More... | |
| List< Link > | Links [get, set] |
| Gets or Sets Links More... | |
The record an order's participation in a specific placement.
|
inlineprotected |
Initializes a new instance of the Participation class.
|
inline |
Initializes a new instance of the Participation class.
| id | id (required). |
| placementId | placementId (required). |
| orderId | orderId (required). |
| varVersion | varVersion. |
| dataModelMembership | dataModelMembership. |
| links | links. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if Participation instances are equal
| input | Instance of Participation 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 |
Gets or Sets DataModelMembership
|
getset |
Gets or Sets Id
|
getset |
Gets or Sets Links
|
getset |
Gets or Sets OrderId
|
getset |
Gets or Sets PlacementId
|
getset |
Gets or Sets VarVersion