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

A Cleardown Module request definition More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Code [get, set]
 The code of the Cleardown Module. More...
 
string DisplayName [get, set]
 The name of the Cleardown Module. More...
 
string Description [get, set]
 A description for the Cleardown Module. More...
 
List< CleardownModuleRuleRules [get, set]
 The Cleardown Rules that apply for the Cleardown Module. Rules are evaluated in the order they occur in this collection. More...
 

Detailed Description

A Cleardown Module request definition

Constructor & Destructor Documentation

◆ CleardownModuleRequest() [1/2]

Lusid.Sdk.Model.CleardownModuleRequest.CleardownModuleRequest ( )
inlineprotected

Initializes a new instance of the CleardownModuleRequest class.

◆ CleardownModuleRequest() [2/2]

Lusid.Sdk.Model.CleardownModuleRequest.CleardownModuleRequest ( string  code = default(string),
string  displayName = default(string),
string  description = default(string),
List< CleardownModuleRule rules = default(List<CleardownModuleRule>) 
)
inline

Initializes a new instance of the CleardownModuleRequest class.

Parameters
codeThe code of the Cleardown Module. (required).
displayNameThe name of the Cleardown Module. (required).
descriptionA description for the Cleardown Module..
rulesThe Cleardown Rules that apply for the Cleardown Module. Rules are evaluated in the order they occur in this collection..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CleardownModuleRequest instances are equal

Parameters
inputInstance of CleardownModuleRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.CleardownModuleRequest.Code
getset

The code of the Cleardown Module.

The code of the Cleardown Module.

◆ Description

string Lusid.Sdk.Model.CleardownModuleRequest.Description
getset

A description for the Cleardown Module.

A description for the Cleardown Module.

◆ DisplayName

string Lusid.Sdk.Model.CleardownModuleRequest.DisplayName
getset

The name of the Cleardown Module.

The name of the Cleardown Module.

◆ Rules

List<CleardownModuleRule> Lusid.Sdk.Model.CleardownModuleRequest.Rules
getset

The Cleardown Rules that apply for the Cleardown Module. Rules are evaluated in the order they occur in this collection.

The Cleardown Rules that apply for the Cleardown Module. Rules are evaluated in the order they occur in this collection.


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