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

SetPersonIdentifiersRequest More...

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

Public Member Functions

 SetPersonIdentifiersRequest (Dictionary< string, Property > identifiers=default(Dictionary< string, Property >))
 Initializes a new instance of the SetPersonIdentifiersRequest 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 (SetPersonIdentifiersRequest input)
 Returns true if SetPersonIdentifiersRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Dictionary< string, PropertyIdentifiers [get, set]
 Identifiers to set for a Person. Identifiers not included in the request will not be amended. More...
 

Detailed Description

SetPersonIdentifiersRequest

Constructor & Destructor Documentation

◆ SetPersonIdentifiersRequest()

Lusid.Sdk.Model.SetPersonIdentifiersRequest.SetPersonIdentifiersRequest ( Dictionary< string, Property identifiers = default(Dictionary<string, Property>))
inline

Initializes a new instance of the SetPersonIdentifiersRequest class.

Parameters
identifiersIdentifiers to set for a Person. Identifiers not included in the request will not be amended..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.SetPersonIdentifiersRequest.Equals ( SetPersonIdentifiersRequest  input)
inline

Returns true if SetPersonIdentifiersRequest instances are equal

Parameters
inputInstance of SetPersonIdentifiersRequest to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.SetPersonIdentifiersRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.SetPersonIdentifiersRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.SetPersonIdentifiersRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Identifiers

Dictionary<string, Property> Lusid.Sdk.Model.SetPersonIdentifiersRequest.Identifiers
getset

Identifiers to set for a Person. Identifiers not included in the request will not be amended.

Identifiers to set for a Person. Identifiers not included in the request will not be amended.


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