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

SetPersonPropertiesRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

Dictionary< string, PropertyProperties [get, set]
 Properties to set for a Person. All time-variant properties must have same EffectiveFrom date. Properties not included in the request will not be amended. More...
 

Detailed Description

SetPersonPropertiesRequest

Constructor & Destructor Documentation

◆ SetPersonPropertiesRequest() [1/2]

Lusid.Sdk.Model.SetPersonPropertiesRequest.SetPersonPropertiesRequest ( )
inlineprotected

Initializes a new instance of the SetPersonPropertiesRequest class.

◆ SetPersonPropertiesRequest() [2/2]

Lusid.Sdk.Model.SetPersonPropertiesRequest.SetPersonPropertiesRequest ( Dictionary< string, Property properties = default(Dictionary<string, Property>))
inline

Initializes a new instance of the SetPersonPropertiesRequest class.

Parameters
propertiesProperties to set for a Person. All time-variant properties must have same EffectiveFrom date. Properties not included in the request will not be amended. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SetPersonPropertiesRequest instances are equal

Parameters
inputInstance of SetPersonPropertiesRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.SetPersonPropertiesRequest.Properties
getset

Properties to set for a Person. All time-variant properties must have same EffectiveFrom date. Properties not included in the request will not be amended.

Properties to set for a Person. All time-variant properties must have same EffectiveFrom date. Properties not included in the request will not be amended.


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