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

A General Ledger Profile Definition. More...

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

Public Member Functions

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

Protected Member Functions

 GeneralLedgerProfileResponse ()
 Initializes a new instance of the GeneralLedgerProfileResponse 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 ChartOfAccountsId [get, set]
 Gets or Sets ChartOfAccountsId More...
 
string GeneralLedgerProfileCode [get, set]
 The unique code for the General Ledger Profile More...
 
string DisplayName [get, set]
 The name of the General Ledger Profile More...
 
string Description [get, set]
 A description for the General Ledger Profile More...
 
List< GeneralLedgerProfileMappingGeneralLedgerProfileMappings [get, set]
 Rules for mapping Account or property values to aggregation pattern definitions More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

A General Ledger Profile Definition.

Constructor & Destructor Documentation

◆ GeneralLedgerProfileResponse() [1/2]

Lusid.Sdk.Model.GeneralLedgerProfileResponse.GeneralLedgerProfileResponse ( )
inlineprotected

Initializes a new instance of the GeneralLedgerProfileResponse class.

◆ GeneralLedgerProfileResponse() [2/2]

Lusid.Sdk.Model.GeneralLedgerProfileResponse.GeneralLedgerProfileResponse ( string  href = default(string),
ResourceId  chartOfAccountsId = default(ResourceId),
string  generalLedgerProfileCode = default(string),
string  displayName = default(string),
string  description = default(string),
List< GeneralLedgerProfileMapping generalLedgerProfileMappings = default(List<GeneralLedgerProfileMapping>),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the GeneralLedgerProfileResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
chartOfAccountsIdchartOfAccountsId (required).
generalLedgerProfileCodeThe unique code for the General Ledger Profile (required).
displayNameThe name of the General Ledger Profile (required).
descriptionA description for the General Ledger Profile.
generalLedgerProfileMappingsRules for mapping Account or property values to aggregation pattern definitions (required).
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GeneralLedgerProfileResponse instances are equal

Parameters
inputInstance of GeneralLedgerProfileResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.GeneralLedgerProfileResponse._Version
getset

Gets or Sets _Version

◆ ChartOfAccountsId

ResourceId Lusid.Sdk.Model.GeneralLedgerProfileResponse.ChartOfAccountsId
getset

Gets or Sets ChartOfAccountsId

◆ Description

string Lusid.Sdk.Model.GeneralLedgerProfileResponse.Description
getset

A description for the General Ledger Profile

A description for the General Ledger Profile

◆ DisplayName

string Lusid.Sdk.Model.GeneralLedgerProfileResponse.DisplayName
getset

The name of the General Ledger Profile

The name of the General Ledger Profile

◆ GeneralLedgerProfileCode

string Lusid.Sdk.Model.GeneralLedgerProfileResponse.GeneralLedgerProfileCode
getset

The unique code for the General Ledger Profile

The unique code for the General Ledger Profile

◆ GeneralLedgerProfileMappings

List<GeneralLedgerProfileMapping> Lusid.Sdk.Model.GeneralLedgerProfileResponse.GeneralLedgerProfileMappings
getset

Rules for mapping Account or property values to aggregation pattern definitions

Rules for mapping Account or property values to aggregation pattern definitions

◆ Href

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

◆ Links

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

Gets or Sets Links


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