MembershipAndStatus
More...
|
| string | Status [get, set] |
| | Describes whether the entity is still a valid member of the data model. More...
|
| |
| string | Scope [get, set] |
| | The scope of the unique identifier associated with the Custom Data Model. More...
|
| |
| string | Code [get, set] |
| | The code of the unique identifier associated with the Custom Data Model. More...
|
| |
| string | DisplayName [get, set] |
| | The name of the Custom Data Model. More...
|
| |
| List< string > | ValidationFailures [get, set] |
| | A list of validation failures returned when the entity's status with respect to the current model is 'Invalid' or 'Inadmissible' More...
|
| |
◆ MembershipAndStatus() [1/2]
| Lusid.Sdk.Model.MembershipAndStatus.MembershipAndStatus |
( |
| ) |
|
|
inlineprotected |
◆ MembershipAndStatus() [2/2]
| Lusid.Sdk.Model.MembershipAndStatus.MembershipAndStatus |
( |
string |
status = default(string), |
|
|
string |
scope = default(string), |
|
|
string |
code = default(string), |
|
|
string |
displayName = default(string), |
|
|
List< string > |
validationFailures = default(List<string>) |
|
) |
| |
|
inline |
Initializes a new instance of the MembershipAndStatus class.
- Parameters
-
| status | Describes whether the entity is still a valid member of the data model. (required). |
| scope | The scope of the unique identifier associated with the Custom Data Model. (required). |
| code | The code of the unique identifier associated with the Custom Data Model. (required). |
| displayName | The name of the Custom Data Model. (required). |
| validationFailures | A list of validation failures returned when the entity's status with respect to the current model is 'Invalid' or 'Inadmissible' (required). |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.MembershipAndStatus.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.MembershipAndStatus.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.MembershipAndStatus.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.MembershipAndStatus.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Code
| string Lusid.Sdk.Model.MembershipAndStatus.Code |
|
getset |
The code of the unique identifier associated with the Custom Data Model.
The code of the unique identifier associated with the Custom Data Model.
◆ DisplayName
| string Lusid.Sdk.Model.MembershipAndStatus.DisplayName |
|
getset |
The name of the Custom Data Model.
The name of the Custom Data Model.
◆ Scope
| string Lusid.Sdk.Model.MembershipAndStatus.Scope |
|
getset |
The scope of the unique identifier associated with the Custom Data Model.
The scope of the unique identifier associated with the Custom Data Model.
◆ Status
| string Lusid.Sdk.Model.MembershipAndStatus.Status |
|
getset |
Describes whether the entity is still a valid member of the data model.
Describes whether the entity is still a valid member of the data model.
◆ ValidationFailures
| List<string> Lusid.Sdk.Model.MembershipAndStatus.ValidationFailures |
|
getset |
A list of validation failures returned when the entity's status with respect to the current model is 'Invalid' or 'Inadmissible'
A list of validation failures returned when the entity's status with respect to the current model is 'Invalid' or 'Inadmissible'
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/MembershipAndStatus.cs