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

A General Ledger Profile Definition. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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...
 

Detailed Description

A General Ledger Profile Definition.

Constructor & Destructor Documentation

◆ GeneralLedgerProfileRequest() [1/2]

Lusid.Sdk.Model.GeneralLedgerProfileRequest.GeneralLedgerProfileRequest ( )
inlineprotected

Initializes a new instance of the GeneralLedgerProfileRequest class.

◆ GeneralLedgerProfileRequest() [2/2]

Lusid.Sdk.Model.GeneralLedgerProfileRequest.GeneralLedgerProfileRequest ( string  generalLedgerProfileCode = default(string),
string  displayName = default(string),
string  description = default(string),
List< GeneralLedgerProfileMapping generalLedgerProfileMappings = default(List<GeneralLedgerProfileMapping>) 
)
inline

Initializes a new instance of the GeneralLedgerProfileRequest class.

Parameters
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).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GeneralLedgerProfileRequest instances are equal

Parameters
inputInstance of GeneralLedgerProfileRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.GeneralLedgerProfileRequest.Description
getset

A description for the General Ledger Profile

A description for the General Ledger Profile

◆ DisplayName

string Lusid.Sdk.Model.GeneralLedgerProfileRequest.DisplayName
getset

The name of the General Ledger Profile

The name of the General Ledger Profile

◆ GeneralLedgerProfileCode

string Lusid.Sdk.Model.GeneralLedgerProfileRequest.GeneralLedgerProfileCode
getset

The unique code for the General Ledger Profile

The unique code for the General Ledger Profile

◆ GeneralLedgerProfileMappings

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

Rules for mapping Account or property values to aggregation pattern definitions

Rules for mapping Account or property values to aggregation pattern definitions


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