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

A Cleardown Module request definition More...

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

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. Can be Active or Inactive. Defaults to Active. More...
 

Detailed Description

A Cleardown Module request definition

Constructor & Destructor Documentation

◆ CleardownModuleDetails() [1/2]

Lusid.Sdk.Model.CleardownModuleDetails.CleardownModuleDetails ( )
inlineprotected

Initializes a new instance of the CleardownModuleDetails class.

◆ CleardownModuleDetails() [2/2]

Lusid.Sdk.Model.CleardownModuleDetails.CleardownModuleDetails ( string  displayName = default(string),
string  description = default(string),
string  status = default(string) 
)
inline

Initializes a new instance of the CleardownModuleDetails class.

Parameters
displayNameThe name of the Cleardown Module. (required).
descriptionA description for the Cleardown Module..
statusThe Cleardown Module status. Can be Active or Inactive. Defaults to Active. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CleardownModuleDetails instances are equal

Parameters
inputInstance of CleardownModuleDetails to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.CleardownModuleDetails.Description
getset

A description for the Cleardown Module.

A description for the Cleardown Module.

◆ DisplayName

string Lusid.Sdk.Model.CleardownModuleDetails.DisplayName
getset

The name of the Cleardown Module.

The name of the Cleardown Module.

◆ Status

string Lusid.Sdk.Model.CleardownModuleDetails.Status
getset

The Cleardown Module status. Can be Active or Inactive. Defaults to Active.

The Cleardown Module status. Can be Active or Inactive. Defaults to Active.


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