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

GeneralLedgerProfileMapping More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string MappingFilter [get, set]
 The filter syntax for the Mapping filter. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax More...
 
List< string > Levels [get, set]
 References fields and properties on the associated Journal Entry Line and graph of associated objects. More...
 

Detailed Description

GeneralLedgerProfileMapping

Constructor & Destructor Documentation

◆ GeneralLedgerProfileMapping() [1/2]

Lusid.Sdk.Model.GeneralLedgerProfileMapping.GeneralLedgerProfileMapping ( )
inlineprotected

Initializes a new instance of the GeneralLedgerProfileMapping class.

◆ GeneralLedgerProfileMapping() [2/2]

Lusid.Sdk.Model.GeneralLedgerProfileMapping.GeneralLedgerProfileMapping ( string  mappingFilter = default(string),
List< string >  levels = default(List<string>) 
)
inline

Initializes a new instance of the GeneralLedgerProfileMapping class.

Parameters
mappingFilterThe filter syntax for the Mapping filter. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax (required).
levelsReferences fields and properties on the associated Journal Entry Line and graph of associated objects. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if GeneralLedgerProfileMapping instances are equal

Parameters
inputInstance of GeneralLedgerProfileMapping to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Levels

List<string> Lusid.Sdk.Model.GeneralLedgerProfileMapping.Levels
getset

References fields and properties on the associated Journal Entry Line and graph of associated objects.

References fields and properties on the associated Journal Entry Line and graph of associated objects.

◆ MappingFilter

string Lusid.Sdk.Model.GeneralLedgerProfileMapping.MappingFilter
getset

The filter syntax for the Mapping filter. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax

The filter syntax for the Mapping filter. See https://support.lusid.com/knowledgebase/article/KA-02140 for more information on filter syntax


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