|
LUSID C# SDK
|
A General Ledger Profile Definition. More...

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< GeneralLedgerProfileMapping > | GeneralLedgerProfileMappings [get, set] |
| Rules for mapping Account or property values to aggregation pattern definitions More... | |
A General Ledger Profile Definition.
|
inlineprotected |
Initializes a new instance of the GeneralLedgerProfileRequest class.
|
inline |
Initializes a new instance of the GeneralLedgerProfileRequest class.
| generalLedgerProfileCode | The unique code for the General Ledger Profile (required). |
| displayName | The name of the General Ledger Profile (required). |
| description | A description for the General Ledger Profile. |
| generalLedgerProfileMappings | Rules for mapping Account or property values to aggregation pattern definitions (required). |
|
inline |
Returns true if GeneralLedgerProfileRequest instances are equal
| input | Instance of GeneralLedgerProfileRequest to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
A description for the General Ledger Profile
A description for the General Ledger Profile
|
getset |
The name of the General Ledger Profile
The name of the General Ledger Profile
|
getset |
The unique code for the General Ledger Profile
The unique code for the General Ledger Profile
|
getset |