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

TransactionConfigurationTypeAlias More...

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

Public Types

enum class  TransactionRolesEnum {
  None = 1 , LongLonger = 2 , LongShorter = 3 , ShortShorter = 4 ,
  Shorter = 5 , ShortLonger = 6 , Longer = 7 , AllRoles = 8
}
 . The available values are: None, LongLonger, LongShorter, ShortShorter, Shorter, ShortLonger, Longer, AllRoles More...
 

Public Member Functions

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

Protected Member Functions

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

Properties

TransactionRolesEnum TransactionRoles [get, set]
 . The available values are: None, LongLonger, LongShorter, ShortShorter, Shorter, ShortLonger, Longer, AllRoles More...
 
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 TransactionGroup [get, set]
 Group is a set of codes related to a source, or sync. DEPRECATED: This field will be removed, use `Source` instead More...
 
string Source [get, set]
 Used to group a set of transaction types 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

TransactionConfigurationTypeAlias

Member Enumeration Documentation

◆ TransactionRolesEnum

. The available values are: None, LongLonger, LongShorter, ShortShorter, Shorter, ShortLonger, Longer, AllRoles

. The available values are: None, LongLonger, LongShorter, ShortShorter, Shorter, ShortLonger, Longer, AllRoles

Enumerator
None 

Enum None for value: None

LongLonger 

Enum LongLonger for value: LongLonger

LongShorter 

Enum LongShorter for value: LongShorter

ShortShorter 

Enum ShortShorter for value: ShortShorter

Shorter 

Enum Shorter for value: Shorter

ShortLonger 

Enum ShortLonger for value: ShortLonger

Longer 

Enum Longer for value: Longer

AllRoles 

Enum AllRoles for value: AllRoles

Constructor & Destructor Documentation

◆ TransactionConfigurationTypeAlias() [1/2]

Lusid.Sdk.Model.TransactionConfigurationTypeAlias.TransactionConfigurationTypeAlias ( )
inlineprotected

Initializes a new instance of the TransactionConfigurationTypeAlias class.

◆ TransactionConfigurationTypeAlias() [2/2]

Lusid.Sdk.Model.TransactionConfigurationTypeAlias.TransactionConfigurationTypeAlias ( string  type = default(string),
string  description = default(string),
string  transactionClass = default(string),
string  transactionGroup = default(string),
string  source = default(string),
TransactionRolesEnum  transactionRoles = default(TransactionRolesEnum),
bool  isDefault = default(bool) 
)
inline

Initializes a new instance of the TransactionConfigurationTypeAlias 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).
transactionGroupGroup is a set of codes related to a source, or sync. DEPRECATED: This field will be removed, use `Source` instead.
sourceUsed to group a set of transaction types.
transactionRoles. The available values are: None, LongLonger, LongShorter, ShortShorter, Shorter, ShortLonger, Longer, AllRoles (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.TransactionConfigurationTypeAlias.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if TransactionConfigurationTypeAlias instances are equal

Parameters
inputInstance of TransactionConfigurationTypeAlias to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.TransactionConfigurationTypeAlias.Description
getset

Brief description of the transaction

Brief description of the transaction

◆ IsDefault

bool Lusid.Sdk.Model.TransactionConfigurationTypeAlias.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.

◆ Source

string Lusid.Sdk.Model.TransactionConfigurationTypeAlias.Source
getset

Used to group a set of transaction types

Used to group a set of transaction types

◆ TransactionClass

string Lusid.Sdk.Model.TransactionConfigurationTypeAlias.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

◆ TransactionGroup

string Lusid.Sdk.Model.TransactionConfigurationTypeAlias.TransactionGroup
getset

Group is a set of codes related to a source, or sync. DEPRECATED: This field will be removed, use `Source` instead

Group is a set of codes related to a source, or sync. DEPRECATED: This field will be removed, use `Source` instead

◆ TransactionRoles

TransactionRolesEnum Lusid.Sdk.Model.TransactionConfigurationTypeAlias.TransactionRoles
getset

. The available values are: None, LongLonger, LongShorter, ShortShorter, Shorter, ShortLonger, Longer, AllRoles

. The available values are: None, LongLonger, LongShorter, ShortShorter, Shorter, ShortLonger, Longer, AllRoles

◆ Type

string Lusid.Sdk.Model.TransactionConfigurationTypeAlias.Type
getset

The transaction type

The transaction type


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