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

TransactionTypeRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

List< TransactionTypeAliasAliases [get, set]
 List of transaction types that map to this specific transaction configuration More...
 
List< TransactionTypeMovementMovements [get, set]
 Movement data for the transaction type More...
 
Dictionary< string, PerpetualPropertyProperties [get, set]
 Properties attached to the transaction type More...
 
List< TransactionTypeCalculationCalculations [get, set]
 Calculations to be performed for the transaction type More...
 

Detailed Description

TransactionTypeRequest

Constructor & Destructor Documentation

◆ TransactionTypeRequest() [1/2]

Lusid.Sdk.Model.TransactionTypeRequest.TransactionTypeRequest ( )
inlineprotected

Initializes a new instance of the TransactionTypeRequest class.

◆ TransactionTypeRequest() [2/2]

Lusid.Sdk.Model.TransactionTypeRequest.TransactionTypeRequest ( List< TransactionTypeAlias aliases = default(List<TransactionTypeAlias>),
List< TransactionTypeMovement movements = default(List<TransactionTypeMovement>),
Dictionary< string, PerpetualProperty properties = default(Dictionary<string, PerpetualProperty>),
List< TransactionTypeCalculation calculations = default(List<TransactionTypeCalculation>) 
)
inline

Initializes a new instance of the TransactionTypeRequest class.

Parameters
aliasesList of transaction types that map to this specific transaction configuration (required).
movementsMovement data for the transaction type (required).
propertiesProperties attached to the transaction type.
calculationsCalculations to be performed for the transaction type.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionTypeRequest instances are equal

Parameters
inputInstance of TransactionTypeRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Aliases

List<TransactionTypeAlias> Lusid.Sdk.Model.TransactionTypeRequest.Aliases
getset

List of transaction types that map to this specific transaction configuration

List of transaction types that map to this specific transaction configuration

◆ Calculations

List<TransactionTypeCalculation> Lusid.Sdk.Model.TransactionTypeRequest.Calculations
getset

Calculations to be performed for the transaction type

Calculations to be performed for the transaction type

◆ Movements

List<TransactionTypeMovement> Lusid.Sdk.Model.TransactionTypeRequest.Movements
getset

Movement data for the transaction type

Movement data for the transaction type

◆ Properties

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

Properties attached to the transaction type

Properties attached to the transaction type


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