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

SetLegalEntityPropertiesRequest More...

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

Public Member Functions

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

Properties

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

Detailed Description

SetLegalEntityPropertiesRequest

Constructor & Destructor Documentation

◆ SetLegalEntityPropertiesRequest()

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

Initializes a new instance of the SetLegalEntityPropertiesRequest class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SetLegalEntityPropertiesRequest instances are equal

Parameters
inputInstance of SetLegalEntityPropertiesRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Properties

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

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

Properties to set for a Legal Entity. 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: