Person
More...
|
| | Person (string displayName=default(string), string description=default(string), string href=default(string), string lusidPersonId=default(string), Dictionary< string, Property > identifiers=default(Dictionary< string, Property >), Dictionary< string, Property > properties=default(Dictionary< string, Property >), List< Relationship > relationships=default(List< Relationship >), ModelVersion varVersion=default(ModelVersion), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the Person 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 (Person input) |
| | Returns true if Person instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | DisplayName [get, set] |
| | The display name of the Person More...
|
| |
| string | Description [get, set] |
| | The description of the Person More...
|
| |
| string | Href [get, set] |
| | The specifc Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
|
| |
| string | LusidPersonId [get, set] |
| | The unique LUSID Person Identifier of the Person. More...
|
| |
| Dictionary< string, Property > | Identifiers [get, set] |
| | Unique client-defined identifiers of the Person. More...
|
| |
| Dictionary< string, Property > | Properties [get, set] |
| | A set of properties associated to the Person. There can be multiple properties associated with a property key. More...
|
| |
| List< Relationship > | Relationships [get, set] |
| | A set of relationships associated to the Person. More...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ Person()
| Lusid.Sdk.Model.Person.Person |
( |
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
string |
href = default(string), |
|
|
string |
lusidPersonId = default(string), |
|
|
Dictionary< string, Property > |
identifiers = default(Dictionary<string, Property>), |
|
|
Dictionary< string, Property > |
properties = default(Dictionary<string, Property>), |
|
|
List< Relationship > |
relationships = default(List<Relationship>), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the Person class.
- Parameters
-
| displayName | The display name of the Person. |
| description | The description of the Person. |
| href | The specifc Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.. |
| lusidPersonId | The unique LUSID Person Identifier of the Person.. |
| identifiers | Unique client-defined identifiers of the Person.. |
| properties | A set of properties associated to the Person. There can be multiple properties associated with a property key.. |
| relationships | A set of relationships associated to the Person.. |
| varVersion | varVersion. |
| links | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.Person.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| bool Lusid.Sdk.Model.Person.Equals |
( |
Person |
input | ) |
|
|
inline |
Returns true if Person instances are equal
- Parameters
-
| input | Instance of Person to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.Person.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.Person.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.Person.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Description
| string Lusid.Sdk.Model.Person.Description |
|
getset |
◆ DisplayName
| string Lusid.Sdk.Model.Person.DisplayName |
|
getset |
The display name of the Person
The display name of the Person
◆ Href
| string Lusid.Sdk.Model.Person.Href |
|
getset |
The specifc Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
The specifc Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
◆ Identifiers
| Dictionary<string, Property> Lusid.Sdk.Model.Person.Identifiers |
|
getset |
Unique client-defined identifiers of the Person.
Unique client-defined identifiers of the Person.
◆ Links
| List<Link> Lusid.Sdk.Model.Person.Links |
|
getset |
◆ LusidPersonId
| string Lusid.Sdk.Model.Person.LusidPersonId |
|
getset |
◆ Properties
| Dictionary<string, Property> Lusid.Sdk.Model.Person.Properties |
|
getset |
A set of properties associated to the Person. There can be multiple properties associated with a property key.
A set of properties associated to the Person. There can be multiple properties associated with a property key.
◆ Relationships
A set of relationships associated to the Person.
A set of relationships associated to the Person.
◆ VarVersion
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/Person.cs