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

TransactionPropertyMapping More...

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

Public Member Functions

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

Protected Member Functions

 TransactionPropertyMapping ()
 Initializes a new instance of the TransactionPropertyMapping 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...
 
Object SetTo [get, set]
 A pointer to the Property being mapped from More...
 

Detailed Description

TransactionPropertyMapping

Constructor & Destructor Documentation

◆ TransactionPropertyMapping() [1/2]

Lusid.Sdk.Model.TransactionPropertyMapping.TransactionPropertyMapping ( )
inlineprotected

Initializes a new instance of the TransactionPropertyMapping class.

◆ TransactionPropertyMapping() [2/2]

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

Initializes a new instance of the TransactionPropertyMapping 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.TransactionPropertyMapping.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionPropertyMapping instances are equal

Parameters
inputInstance of TransactionPropertyMapping to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MapFrom

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

Object Lusid.Sdk.Model.TransactionPropertyMapping.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: