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

A chart of account. More...

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

Public Member Functions

 ChartOfAccounts (string href=default(string), ResourceId id=default(ResourceId), string displayName=default(string), string description=default(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 ChartOfAccounts 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 (ChartOfAccounts input)
 Returns true if ChartOfAccounts instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 ChartOfAccounts ()
 Initializes a new instance of the ChartOfAccounts 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 Chart of Account. More...
 
string Description [get, set]
 A description of the Chart of Accounts. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the Chart of Accounts. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

A chart of account.

Constructor & Destructor Documentation

◆ ChartOfAccounts() [1/2]

Lusid.Sdk.Model.ChartOfAccounts.ChartOfAccounts ( )
inlineprotected

Initializes a new instance of the ChartOfAccounts class.

◆ ChartOfAccounts() [2/2]

Lusid.Sdk.Model.ChartOfAccounts.ChartOfAccounts ( string  href = default(string),
ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(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 ChartOfAccounts class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
idid (required).
displayNameThe name of the Chart of Account..
descriptionA description of the Chart of Accounts..
propertiesA set of properties for the Chart of Accounts..
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ChartOfAccounts instances are equal

Parameters
inputInstance of ChartOfAccounts to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.ChartOfAccounts._Version
getset

Gets or Sets _Version

◆ Description

string Lusid.Sdk.Model.ChartOfAccounts.Description
getset

A description of the Chart of Accounts.

A description of the Chart of Accounts.

◆ DisplayName

string Lusid.Sdk.Model.ChartOfAccounts.DisplayName
getset

The name of the Chart of Account.

The name of the Chart of Account.

◆ Href

string Lusid.Sdk.Model.ChartOfAccounts.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.ChartOfAccounts.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ Properties

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

A set of properties for the Chart of Accounts.

A set of properties for the Chart of Accounts.


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