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

TransactionConfigurationData More...

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

Public Member Functions

 TransactionConfigurationData (List< TransactionConfigurationTypeAlias > aliases=default(List< TransactionConfigurationTypeAlias >), List< TransactionConfigurationMovementData > movements=default(List< TransactionConfigurationMovementData >), Dictionary< string, PerpetualProperty > properties=default(Dictionary< string, PerpetualProperty >))
 Initializes a new instance of the TransactionConfigurationData 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 (TransactionConfigurationData input)
 Returns true if TransactionConfigurationData instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< TransactionConfigurationTypeAliasAliases [get, set]
 List of transaction codes that map to this specific transaction model More...
 
List< TransactionConfigurationMovementDataMovements [get, set]
 Movement data for the transaction code More...
 
Dictionary< string, PerpetualPropertyProperties [get, set]
 Properties attached to the underlying holding. More...
 

Detailed Description

TransactionConfigurationData

Constructor & Destructor Documentation

◆ TransactionConfigurationData() [1/2]

Lusid.Sdk.Model.TransactionConfigurationData.TransactionConfigurationData ( )
inlineprotected

Initializes a new instance of the TransactionConfigurationData class.

◆ TransactionConfigurationData() [2/2]

Lusid.Sdk.Model.TransactionConfigurationData.TransactionConfigurationData ( List< TransactionConfigurationTypeAlias aliases = default(List<TransactionConfigurationTypeAlias>),
List< TransactionConfigurationMovementData movements = default(List<TransactionConfigurationMovementData>),
Dictionary< string, PerpetualProperty properties = default(Dictionary<string, PerpetualProperty>) 
)
inline

Initializes a new instance of the TransactionConfigurationData class.

Parameters
aliasesList of transaction codes that map to this specific transaction model (required).
movementsMovement data for the transaction code (required).
propertiesProperties attached to the underlying holding..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionConfigurationData instances are equal

Parameters
inputInstance of TransactionConfigurationData to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Aliases

List<TransactionConfigurationTypeAlias> Lusid.Sdk.Model.TransactionConfigurationData.Aliases
getset

List of transaction codes that map to this specific transaction model

List of transaction codes that map to this specific transaction model

◆ Movements

List<TransactionConfigurationMovementData> Lusid.Sdk.Model.TransactionConfigurationData.Movements
getset

Movement data for the transaction code

Movement data for the transaction code

◆ Properties

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.TransactionConfigurationData.Properties
getset

Properties attached to the underlying holding.

Properties attached to the underlying holding.


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