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

RequestedChanges More...

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

Public Member Functions

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

Properties

int AttributeCount [get, set]
 Number of attributes staged change applies to More...
 
List< string > AttributeNames [get, set]
 Names of the attributes the staged change applies to. More...
 

Detailed Description

RequestedChanges

Constructor & Destructor Documentation

◆ RequestedChanges()

Lusid.Sdk.Model.RequestedChanges.RequestedChanges ( int  attributeCount = default(int),
List< string >  attributeNames = default(List<string>) 
)
inline

Initializes a new instance of the RequestedChanges class.

Parameters
attributeCountNumber of attributes staged change applies to.
attributeNamesNames of the attributes the staged change applies to..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RequestedChanges instances are equal

Parameters
inputInstance of RequestedChanges to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AttributeCount

int Lusid.Sdk.Model.RequestedChanges.AttributeCount
getset

Number of attributes staged change applies to

Number of attributes staged change applies to

◆ AttributeNames

List<string> Lusid.Sdk.Model.RequestedChanges.AttributeNames
getset

Names of the attributes the staged change applies to.

Names of the attributes the staged change applies to.


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