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

TransactionType More...

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

Public Member Functions

 TransactionType (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 >), List< Link > links=default(List< Link >))
 Initializes a new instance of the TransactionType 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 (TransactionType input)
 Returns true if TransactionType instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 TransactionType ()
 Initializes a new instance of the TransactionType 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...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

TransactionType

Constructor & Destructor Documentation

◆ TransactionType() [1/2]

Lusid.Sdk.Model.TransactionType.TransactionType ( )
inlineprotected

Initializes a new instance of the TransactionType class.

◆ TransactionType() [2/2]

Lusid.Sdk.Model.TransactionType.TransactionType ( 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>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the TransactionType 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.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionType instances are equal

Parameters
inputInstance of TransactionType to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Aliases

List<TransactionTypeAlias> Lusid.Sdk.Model.TransactionType.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.TransactionType.Calculations
getset

Calculations to be performed for the transaction type

Calculations to be performed for the transaction type

◆ Links

List<Link> Lusid.Sdk.Model.TransactionType.Links
getset

Gets or Sets Links

◆ Movements

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

Movement data for the transaction type

Movement data for the transaction type

◆ Properties

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.TransactionType.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: