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

A Posting rule More...

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

Public Member Functions

 PostingModuleRule (string ruleId=default(string), string account=default(string), string ruleFilter=default(string), string generalLedgerAccountCode=default(string))
 Initializes a new instance of the PostingModuleRule 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 (PostingModuleRule input)
 Returns true if PostingModuleRule instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string RuleId [get, set]
 The identifier for the Posting Rule. More...
 
string Account [get, set]
 The general ledger account to post the Activity credit or debit to. More...
 
string RuleFilter [get, set]
 The filter syntax for the Posting Rule. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax. More...
 
string GeneralLedgerAccountCode [get, set]
 The general ledger account to post the Activity credit or debit to. More...
 

Detailed Description

A Posting rule

Constructor & Destructor Documentation

◆ PostingModuleRule() [1/2]

Lusid.Sdk.Model.PostingModuleRule.PostingModuleRule ( )
inlineprotected

Initializes a new instance of the PostingModuleRule class.

◆ PostingModuleRule() [2/2]

Lusid.Sdk.Model.PostingModuleRule.PostingModuleRule ( string  ruleId = default(string),
string  account = default(string),
string  ruleFilter = default(string),
string  generalLedgerAccountCode = default(string) 
)
inline

Initializes a new instance of the PostingModuleRule class.

Parameters
ruleIdThe identifier for the Posting Rule. (required).
accountThe general ledger account to post the Activity credit or debit to..
ruleFilterThe filter syntax for the Posting Rule. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax. (required).
generalLedgerAccountCodeThe general ledger account to post the Activity credit or debit to..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PostingModuleRule instances are equal

Parameters
inputInstance of PostingModuleRule to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Account

string Lusid.Sdk.Model.PostingModuleRule.Account
getset

The general ledger account to post the Activity credit or debit to.

The general ledger account to post the Activity credit or debit to.

◆ GeneralLedgerAccountCode

string Lusid.Sdk.Model.PostingModuleRule.GeneralLedgerAccountCode
getset

The general ledger account to post the Activity credit or debit to.

The general ledger account to post the Activity credit or debit to.

◆ RuleFilter

string Lusid.Sdk.Model.PostingModuleRule.RuleFilter
getset

The filter syntax for the Posting Rule. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax.

The filter syntax for the Posting Rule. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax.

◆ RuleId

string Lusid.Sdk.Model.PostingModuleRule.RuleId
getset

The identifier for the Posting Rule.

The identifier for the Posting Rule.


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