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

MappedString More...

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

Public Member Functions

 MappedString (string leftValue=default(string), string rightValue=default(string), string mappingDirection=default(string), bool isCaseSensitive=default(bool))
 Initializes a new instance of the MappedString 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 (MappedString input)
 Returns true if MappedString instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string LeftValue [get, set]
 Gets or Sets LeftValue More...
 
string RightValue [get, set]
 Gets or Sets RightValue More...
 
string MappingDirection [get, set]
 Gets or Sets MappingDirection More...
 
bool IsCaseSensitive [get, set]
 Gets or Sets IsCaseSensitive More...
 

Detailed Description

MappedString

Constructor & Destructor Documentation

◆ MappedString()

Lusid.Sdk.Model.MappedString.MappedString ( string  leftValue = default(string),
string  rightValue = default(string),
string  mappingDirection = default(string),
bool  isCaseSensitive = default(bool) 
)
inline

Initializes a new instance of the MappedString class.

Parameters
leftValueleftValue.
rightValuerightValue.
mappingDirectionmappingDirection.
isCaseSensitiveisCaseSensitive.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MappedString instances are equal

Parameters
inputInstance of MappedString to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ IsCaseSensitive

bool Lusid.Sdk.Model.MappedString.IsCaseSensitive
getset

Gets or Sets IsCaseSensitive

◆ LeftValue

string Lusid.Sdk.Model.MappedString.LeftValue
getset

Gets or Sets LeftValue

◆ MappingDirection

string Lusid.Sdk.Model.MappedString.MappingDirection
getset

Gets or Sets MappingDirection

◆ RightValue

string Lusid.Sdk.Model.MappedString.RightValue
getset

Gets or Sets RightValue


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