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

An AborConfiguration entity. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ResourceId Id [get, set]
 Gets or Sets Id 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...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

An AborConfiguration entity.

Constructor & Destructor Documentation

◆ AborConfiguration() [1/2]

Lusid.Sdk.Model.AborConfiguration.AborConfiguration ( )
inlineprotected

Initializes a new instance of the AborConfiguration class.

◆ AborConfiguration() [2/2]

Lusid.Sdk.Model.AborConfiguration.AborConfiguration ( string  href = default(string),
ResourceId  id = default(ResourceId),
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>),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the AborConfiguration class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
idid (required).
displayNameThe name of the Abor Configuration..
descriptionA description for the Abor Configuration..
recipeIdrecipeId.
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..
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AborConfiguration instances are equal

Parameters
inputInstance of AborConfiguration to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.AborConfiguration._Version
getset

Gets or Sets _Version

◆ ChartOfAccountsId

ResourceId Lusid.Sdk.Model.AborConfiguration.ChartOfAccountsId
getset

Gets or Sets ChartOfAccountsId

◆ CleardownModuleCodes

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

◆ Description

string Lusid.Sdk.Model.AborConfiguration.Description
getset

A description for the Abor Configuration.

A description for the Abor Configuration.

◆ DisplayName

string Lusid.Sdk.Model.AborConfiguration.DisplayName
getset

The name of the Abor Configuration.

The name of the Abor Configuration.

◆ Href

string Lusid.Sdk.Model.AborConfiguration.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Id

ResourceId Lusid.Sdk.Model.AborConfiguration.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ PostingModuleCodes

List<string> Lusid.Sdk.Model.AborConfiguration.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.AborConfiguration.Properties
getset

A set of properties for the Abor Configuration.

A set of properties for the Abor Configuration.

◆ RecipeId

ResourceId Lusid.Sdk.Model.AborConfiguration.RecipeId
getset

Gets or Sets RecipeId


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