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

TransactionPropertyMappingRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string PropertyKey [get, set]
 Uniquely identifies the property definition and consists of a Domain, Scope and 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

TransactionPropertyMappingRequest

Constructor & Destructor Documentation

◆ TransactionPropertyMappingRequest() [1/2]

Lusid.Sdk.Model.TransactionPropertyMappingRequest.TransactionPropertyMappingRequest ( )
inlineprotected

Initializes a new instance of the TransactionPropertyMappingRequest class.

◆ TransactionPropertyMappingRequest() [2/2]

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

Initializes a new instance of the TransactionPropertyMappingRequest class.

Parameters
propertyKeyUniquely identifies the property definition and consists of a Domain, Scope and 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.TransactionPropertyMappingRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionPropertyMappingRequest instances are equal

Parameters
inputInstance of TransactionPropertyMappingRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MapFrom

string Lusid.Sdk.Model.TransactionPropertyMappingRequest.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.TransactionPropertyMappingRequest.PropertyKey
getset

Uniquely identifies the property definition and consists of a Domain, Scope and Code.

Uniquely identifies the property definition and consists of a Domain, Scope and Code.

◆ SetTo

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