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

Person More...

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

Public Member Functions

 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 version=default(ModelVersion))
 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...
 

Properties

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, PropertyIdentifiers [get, set]
 Unique client-defined identifiers of the Person. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties associated to the Person. There can be multiple properties associated with a property key. More...
 
List< RelationshipRelationships [get, set]
 A set of relationships associated to the Person. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 

Detailed Description

Person

Constructor & Destructor Documentation

◆ 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  version = default(ModelVersion) 
)
inline

Initializes a new instance of the Person class.

Parameters
displayNameThe display name of the Person.
descriptionThe description of the Person.
hrefThe specifc Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
lusidPersonIdThe unique LUSID Person Identifier of the Person..
identifiersUnique client-defined identifiers of the Person..
propertiesA set of properties associated to the Person. There can be multiple properties associated with a property key..
relationshipsA set of relationships associated to the Person..
versionversion.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject 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
inputInstance 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

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.Person._Version
getset

Gets or Sets _Version

◆ Description

string Lusid.Sdk.Model.Person.Description
getset

The description of the Person

The description of the Person

◆ 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.

◆ LusidPersonId

string Lusid.Sdk.Model.Person.LusidPersonId
getset

The unique LUSID Person Identifier of the Person.

The unique LUSID Person Identifier of the Person.

◆ 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

List<Relationship> Lusid.Sdk.Model.Person.Relationships
getset

A set of relationships associated to the Person.

A set of relationships associated to the Person.


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