Represents LUSID entity details for a data quality check result
More...
|
| | LusidEntityResult (DateTimeOffset asAt=default(DateTimeOffset), DateTimeOffset effectiveAt=default(DateTimeOffset), string entityType=default(string), string scope=default(string), string code=default(string), string identifierKey=default(string), string identifierValue=default(string), string entityUniqueId=default(string), string displayName=default(string)) |
| | Initializes a new instance of the LusidEntityResult 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 (LusidEntityResult input) |
| | Returns true if LusidEntityResult instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
Represents LUSID entity details for a data quality check result
◆ LusidEntityResult()
| Lusid.Sdk.Model.LusidEntityResult.LusidEntityResult |
( |
DateTimeOffset |
asAt = default(DateTimeOffset), |
|
|
DateTimeOffset |
effectiveAt = default(DateTimeOffset), |
|
|
string |
entityType = default(string), |
|
|
string |
scope = default(string), |
|
|
string |
code = default(string), |
|
|
string |
identifierKey = default(string), |
|
|
string |
identifierValue = default(string), |
|
|
string |
entityUniqueId = default(string), |
|
|
string |
displayName = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the LusidEntityResult class.
- Parameters
-
| asAt | The as-at timestamp for the entity. |
| effectiveAt | The effective-at timestamp for the entity. |
| entityType | The type of the LUSID entity. |
| scope | The scope of the entity. |
| code | The code of the entity. Populated for scope+code entities (e.g. Portfolio). Null for identifier-based entities (e.g. Instrument).. |
| identifierKey | The identifier key for the entity. |
| identifierValue | The identifier value for the entity. |
| entityUniqueId | The unique identifier for the entity. |
| displayName | The display name of the entity. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.LusidEntityResult.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.LusidEntityResult.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.LusidEntityResult.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.LusidEntityResult.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AsAt
| DateTimeOffset Lusid.Sdk.Model.LusidEntityResult.AsAt |
|
getset |
The as-at timestamp for the entity
The as-at timestamp for the entity
◆ Code
| string Lusid.Sdk.Model.LusidEntityResult.Code |
|
getset |
The code of the entity. Populated for scope+code entities (e.g. Portfolio). Null for identifier-based entities (e.g. Instrument).
The code of the entity. Populated for scope+code entities (e.g. Portfolio). Null for identifier-based entities (e.g. Instrument).
◆ DisplayName
| string Lusid.Sdk.Model.LusidEntityResult.DisplayName |
|
getset |
The display name of the entity
The display name of the entity
◆ EffectiveAt
| DateTimeOffset Lusid.Sdk.Model.LusidEntityResult.EffectiveAt |
|
getset |
The effective-at timestamp for the entity
The effective-at timestamp for the entity
◆ EntityType
| string Lusid.Sdk.Model.LusidEntityResult.EntityType |
|
getset |
The type of the LUSID entity
The type of the LUSID entity
◆ EntityUniqueId
| string Lusid.Sdk.Model.LusidEntityResult.EntityUniqueId |
|
getset |
The unique identifier for the entity
The unique identifier for the entity
◆ IdentifierKey
| string Lusid.Sdk.Model.LusidEntityResult.IdentifierKey |
|
getset |
The identifier key for the entity
The identifier key for the entity
◆ IdentifierValue
| string Lusid.Sdk.Model.LusidEntityResult.IdentifierValue |
|
getset |
The identifier value for the entity
The identifier value for the entity
◆ Scope
| string Lusid.Sdk.Model.LusidEntityResult.Scope |
|
getset |
The scope of the entity
The scope of the entity
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/LusidEntityResult.cs