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

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