|
LUSID C# SDK
|
A posting Module request definition More...

Public Member Functions | |
| PostingModuleDetails (string displayName=default(string), string description=default(string), string status=default(string)) | |
| Initializes a new instance of the PostingModuleDetails 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 (PostingModuleDetails input) |
| Returns true if PostingModuleDetails instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| PostingModuleDetails () | |
| Initializes a new instance of the PostingModuleDetails class. More... | |
Properties | |
| string | DisplayName [get, set] |
| The name of the Posting Module. More... | |
| string | Description [get, set] |
| A description for the Posting Module. More... | |
| string | Status [get, set] |
| The Posting Module status. Default value: Active. Available values: Active, Inactive. More... | |
A posting Module request definition
|
inlineprotected |
Initializes a new instance of the PostingModuleDetails class.
|
inline |
Initializes a new instance of the PostingModuleDetails class.
| displayName | The name of the Posting Module. (required). |
| description | A description for the Posting Module.. |
| status | The Posting Module status. Default value: Active. Available values: Active, Inactive. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if PostingModuleDetails instances are equal
| input | Instance of PostingModuleDetails 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 Posting Module.
A description for the Posting Module.
|
getset |
The name of the Posting Module.
The name of the Posting Module.
|
getset |
The Posting Module status. Default value: Active. Available values: Active, Inactive.
The Posting Module status. Default value: Active. Available values: Active, Inactive.