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

The request used to create an AborConfiguration. More...

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

Public Member Functions

 AborConfigurationRequest (string code=default(string), string displayName=default(string), string description=default(string), ResourceId recipeId=default(ResourceId), ResourceId chartOfAccountsId=default(ResourceId), List< string > postingModuleCodes=default(List< string >), List< string > cleardownModuleCodes=default(List< string >), Dictionary< string, Property > properties=default(Dictionary< string, Property >))
 Initializes a new instance of the AborConfigurationRequest 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 (AborConfigurationRequest input)
 Returns true if AborConfigurationRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Code [get, set]
 The code given for the Abor Configuration. More...
 
string DisplayName [get, set]
 The name of the Abor Configuration. More...
 
string Description [get, set]
 A description for the Abor Configuration. More...
 
ResourceId RecipeId [get, set]
 Gets or Sets RecipeId More...
 
ResourceId ChartOfAccountsId [get, set]
 Gets or Sets ChartOfAccountsId More...
 
List< string > PostingModuleCodes [get, set]
 The Posting Module Codes from which the rules to be applied are retrieved. More...
 
List< string > CleardownModuleCodes [get, set]
 The Cleardown Module Codes from which the rules to be applied are retrieved. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the Abor Configuration. More...
 

Detailed Description

The request used to create an AborConfiguration.

Constructor & Destructor Documentation

◆ AborConfigurationRequest() [1/2]

Lusid.Sdk.Model.AborConfigurationRequest.AborConfigurationRequest ( )
inlineprotected

Initializes a new instance of the AborConfigurationRequest class.

◆ AborConfigurationRequest() [2/2]

Lusid.Sdk.Model.AborConfigurationRequest.AborConfigurationRequest ( string  code = default(string),
string  displayName = default(string),
string  description = default(string),
ResourceId  recipeId = default(ResourceId),
ResourceId  chartOfAccountsId = default(ResourceId),
List< string >  postingModuleCodes = default(List<string>),
List< string >  cleardownModuleCodes = default(List<string>),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the AborConfigurationRequest class.

Parameters
codeThe code given for the Abor Configuration. (required).
displayNameThe name of the Abor Configuration..
descriptionA description for the Abor Configuration..
recipeIdrecipeId (required).
chartOfAccountsIdchartOfAccountsId (required).
postingModuleCodesThe Posting Module Codes from which the rules to be applied are retrieved..
cleardownModuleCodesThe Cleardown Module Codes from which the rules to be applied are retrieved..
propertiesA set of properties for the Abor Configuration..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AborConfigurationRequest instances are equal

Parameters
inputInstance of AborConfigurationRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ChartOfAccountsId

ResourceId Lusid.Sdk.Model.AborConfigurationRequest.ChartOfAccountsId
getset

Gets or Sets ChartOfAccountsId

◆ CleardownModuleCodes

List<string> Lusid.Sdk.Model.AborConfigurationRequest.CleardownModuleCodes
getset

The Cleardown Module Codes from which the rules to be applied are retrieved.

The Cleardown Module Codes from which the rules to be applied are retrieved.

◆ Code

string Lusid.Sdk.Model.AborConfigurationRequest.Code
getset

The code given for the Abor Configuration.

The code given for the Abor Configuration.

◆ Description

string Lusid.Sdk.Model.AborConfigurationRequest.Description
getset

A description for the Abor Configuration.

A description for the Abor Configuration.

◆ DisplayName

string Lusid.Sdk.Model.AborConfigurationRequest.DisplayName
getset

The name of the Abor Configuration.

The name of the Abor Configuration.

◆ PostingModuleCodes

List<string> Lusid.Sdk.Model.AborConfigurationRequest.PostingModuleCodes
getset

The Posting Module Codes from which the rules to be applied are retrieved.

The Posting Module Codes from which the rules to be applied are retrieved.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.AborConfigurationRequest.Properties
getset

A set of properties for the Abor Configuration.

A set of properties for the Abor Configuration.

◆ RecipeId

ResourceId Lusid.Sdk.Model.AborConfigurationRequest.RecipeId
getset

Gets or Sets RecipeId


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