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

TransactionPropertyMap More...

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

Public Member Functions

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

Properties

string PropertyKey [get, set]
 The key that uniquely identifies the property. It has the format {domain}/{scope}/{code}. More...
 
string Value [get, set]
 Gets or Sets Value More...
 

Detailed Description

TransactionPropertyMap

Constructor & Destructor Documentation

◆ TransactionPropertyMap()

Lusid.Sdk.Model.TransactionPropertyMap.TransactionPropertyMap ( string  propertyKey = default(string),
string  value = default(string) 
)
inline

Initializes a new instance of the TransactionPropertyMap class.

Parameters
propertyKeyThe key that uniquely identifies the property. It has the format {domain}/{scope}/{code}..
valuevalue.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionPropertyMap instances are equal

Parameters
inputInstance of TransactionPropertyMap to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PropertyKey

string Lusid.Sdk.Model.TransactionPropertyMap.PropertyKey
getset

The key that uniquely identifies the property. It has the format {domain}/{scope}/{code}.

The key that uniquely identifies the property. It has the format {domain}/{scope}/{code}.

◆ Value

string Lusid.Sdk.Model.TransactionPropertyMap.Value
getset

Gets or Sets Value


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