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

FieldValue More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Value [get, set]
 Gets or Sets Value More...
 
Dictionary< string, string > Fields [get, set]
 Gets or Sets Fields More...
 

Detailed Description

FieldValue

Constructor & Destructor Documentation

◆ FieldValue() [1/2]

Lusid.Sdk.Model.FieldValue.FieldValue ( )
inlineprotected

Initializes a new instance of the FieldValue class.

◆ FieldValue() [2/2]

Lusid.Sdk.Model.FieldValue.FieldValue ( string  value = default(string),
Dictionary< string, string >  fields = default(Dictionary<string, string>) 
)
inline

Initializes a new instance of the FieldValue class.

Parameters
valuevalue (required).
fieldsfields (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FieldValue instances are equal

Parameters
inputInstance of FieldValue to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Fields

Dictionary<string, string> Lusid.Sdk.Model.FieldValue.Fields
getset

Gets or Sets Fields

◆ Value

string Lusid.Sdk.Model.FieldValue.Value
getset

Gets or Sets Value


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