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

TransactionTypePropertyMapping More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string PropertyKey [get, set]
 The key that uniquely identifies the property. It has the format {domain}/{scope}/{code} More...
 
string MapFrom [get, set]
 The Property Key of the Property to map from More...
 
string SetTo [get, set]
 A pointer to the Property being mapped from More...
 

Detailed Description

TransactionTypePropertyMapping

Constructor & Destructor Documentation

◆ TransactionTypePropertyMapping() [1/2]

Lusid.Sdk.Model.TransactionTypePropertyMapping.TransactionTypePropertyMapping ( )
inlineprotected

Initializes a new instance of the TransactionTypePropertyMapping class.

◆ TransactionTypePropertyMapping() [2/2]

Lusid.Sdk.Model.TransactionTypePropertyMapping.TransactionTypePropertyMapping ( string  propertyKey = default(string),
string  mapFrom = default(string),
string  setTo = default(string) 
)
inline

Initializes a new instance of the TransactionTypePropertyMapping class.

Parameters
propertyKeyThe key that uniquely identifies the property. It has the format {domain}/{scope}/{code} (required).
mapFromThe Property Key of the Property to map from.
setToA pointer to the Property being mapped from.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionTypePropertyMapping instances are equal

Parameters
inputInstance of TransactionTypePropertyMapping to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MapFrom

string Lusid.Sdk.Model.TransactionTypePropertyMapping.MapFrom
getset

The Property Key of the Property to map from

The Property Key of the Property to map from

◆ PropertyKey

string Lusid.Sdk.Model.TransactionTypePropertyMapping.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}

◆ SetTo

string Lusid.Sdk.Model.TransactionTypePropertyMapping.SetTo
getset

A pointer to the Property being mapped from

A pointer to the Property being mapped from


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