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

TransactionTypeAlias More...

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

Public Member Functions

 TransactionTypeAlias (string type=default(string), string description=default(string), string transactionClass=default(string), string transactionRoles=default(string), bool isDefault=default(bool))
 Initializes a new instance of the TransactionTypeAlias 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 (TransactionTypeAlias input)
 Returns true if TransactionTypeAlias instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Type [get, set]
 The transaction type More...
 
string Description [get, set]
 Brief description of the transaction More...
 
string TransactionClass [get, set]
 Relates types of a similar class. E.g. Buy/Sell, StockIn/StockOut More...
 
string TransactionRoles [get, set]
 Transactions role within a class. E.g. Increase a long position More...
 
bool IsDefault [get, set]
 IsDefault is a flag that denotes the default alias for a source. There can only be, at most, one per source. More...
 

Detailed Description

TransactionTypeAlias

Constructor & Destructor Documentation

◆ TransactionTypeAlias() [1/2]

Lusid.Sdk.Model.TransactionTypeAlias.TransactionTypeAlias ( )
inlineprotected

Initializes a new instance of the TransactionTypeAlias class.

◆ TransactionTypeAlias() [2/2]

Lusid.Sdk.Model.TransactionTypeAlias.TransactionTypeAlias ( string  type = default(string),
string  description = default(string),
string  transactionClass = default(string),
string  transactionRoles = default(string),
bool  isDefault = default(bool) 
)
inline

Initializes a new instance of the TransactionTypeAlias class.

Parameters
typeThe transaction type (required).
descriptionBrief description of the transaction (required).
transactionClassRelates types of a similar class. E.g. Buy/Sell, StockIn/StockOut (required).
transactionRolesTransactions role within a class. E.g. Increase a long position (required).
isDefaultIsDefault is a flag that denotes the default alias for a source. There can only be, at most, one per source..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionTypeAlias instances are equal

Parameters
inputInstance of TransactionTypeAlias to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.TransactionTypeAlias.Description
getset

Brief description of the transaction

Brief description of the transaction

◆ IsDefault

bool Lusid.Sdk.Model.TransactionTypeAlias.IsDefault
getset

IsDefault is a flag that denotes the default alias for a source. There can only be, at most, one per source.

IsDefault is a flag that denotes the default alias for a source. There can only be, at most, one per source.

◆ TransactionClass

string Lusid.Sdk.Model.TransactionTypeAlias.TransactionClass
getset

Relates types of a similar class. E.g. Buy/Sell, StockIn/StockOut

Relates types of a similar class. E.g. Buy/Sell, StockIn/StockOut

◆ TransactionRoles

string Lusid.Sdk.Model.TransactionTypeAlias.TransactionRoles
getset

Transactions role within a class. E.g. Increase a long position

Transactions role within a class. E.g. Increase a long position

◆ Type

string Lusid.Sdk.Model.TransactionTypeAlias.Type
getset

The transaction type

The transaction type


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