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

UpsertPersonRequest More...

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

Public Member Functions

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

Protected Member Functions

 UpsertPersonRequest ()
 Initializes a new instance of the UpsertPersonRequest class. More...
 

Properties

Dictionary< string, PropertyIdentifiers [get, set]
 The identifiers the person will be upserted with.The provided keys should be idTypeScope, idTypeCode, code 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...
 
string DisplayName [get, set]
 The display name of the Person More...
 
string Description [get, set]
 The description of the Person More...
 

Detailed Description

UpsertPersonRequest

Constructor & Destructor Documentation

◆ UpsertPersonRequest() [1/2]

Lusid.Sdk.Model.UpsertPersonRequest.UpsertPersonRequest ( )
inlineprotected

Initializes a new instance of the UpsertPersonRequest class.

◆ UpsertPersonRequest() [2/2]

Lusid.Sdk.Model.UpsertPersonRequest.UpsertPersonRequest ( Dictionary< string, Property identifiers = default(Dictionary<string, Property>),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
string  displayName = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the UpsertPersonRequest class.

Parameters
identifiersThe identifiers the person will be upserted with.The provided keys should be idTypeScope, idTypeCode, code (required).
propertiesA set of properties associated to the Person. There can be multiple properties associated with a property key..
displayNameThe display name of the Person (required).
descriptionThe description of the Person.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertPersonRequest instances are equal

Parameters
inputInstance of UpsertPersonRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpsertPersonRequest.Description
getset

The description of the Person

The description of the Person

◆ DisplayName

string Lusid.Sdk.Model.UpsertPersonRequest.DisplayName
getset

The display name of the Person

The display name of the Person

◆ Identifiers

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

The identifiers the person will be upserted with.The provided keys should be idTypeScope, idTypeCode, code

The identifiers the person will be upserted with.The provided keys should be idTypeScope, idTypeCode, code

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.UpsertPersonRequest.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.


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