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

A Cleardown Module definition More...

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

Public Member Functions

 CleardownModuleResponse (string href=default(string), string cleardownModuleCode=default(string), ResourceId chartOfAccountsId=default(ResourceId), string displayName=default(string), string description=default(string), List< CleardownModuleRule > rules=default(List< CleardownModuleRule >), string status=default(string), ModelVersion version=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the CleardownModuleResponse 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 (CleardownModuleResponse input)
 Returns true if CleardownModuleResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
string CleardownModuleCode [get, set]
 The code of the Cleardown Module. More...
 
ResourceId ChartOfAccountsId [get, set]
 Gets or Sets ChartOfAccountsId 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...
 
string Status [get, set]
 The Cleardown Module status. Can be Active, Inactive or Deleted. Defaults to Active. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

A Cleardown Module definition

Constructor & Destructor Documentation

◆ CleardownModuleResponse() [1/2]

Lusid.Sdk.Model.CleardownModuleResponse.CleardownModuleResponse ( )
inlineprotected

Initializes a new instance of the CleardownModuleResponse class.

◆ CleardownModuleResponse() [2/2]

Lusid.Sdk.Model.CleardownModuleResponse.CleardownModuleResponse ( string  href = default(string),
string  cleardownModuleCode = default(string),
ResourceId  chartOfAccountsId = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
List< CleardownModuleRule rules = default(List<CleardownModuleRule>),
string  status = default(string),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the CleardownModuleResponse class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
cleardownModuleCodeThe code of the Cleardown Module. (required).
chartOfAccountsIdchartOfAccountsId (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..
statusThe Cleardown Module status. Can be Active, Inactive or Deleted. Defaults to Active. (required).
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CleardownModuleResponse instances are equal

Parameters
inputInstance of CleardownModuleResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.CleardownModuleResponse._Version
getset

Gets or Sets _Version

◆ ChartOfAccountsId

ResourceId Lusid.Sdk.Model.CleardownModuleResponse.ChartOfAccountsId
getset

Gets or Sets ChartOfAccountsId

◆ CleardownModuleCode

string Lusid.Sdk.Model.CleardownModuleResponse.CleardownModuleCode
getset

The code of the Cleardown Module.

The code of the Cleardown Module.

◆ Description

string Lusid.Sdk.Model.CleardownModuleResponse.Description
getset

A description for the Cleardown Module.

A description for the Cleardown Module.

◆ DisplayName

string Lusid.Sdk.Model.CleardownModuleResponse.DisplayName
getset

The name of the Cleardown Module.

The name of the Cleardown Module.

◆ Href

string Lusid.Sdk.Model.CleardownModuleResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Links

List<Link> Lusid.Sdk.Model.CleardownModuleResponse.Links
getset

Gets or Sets Links

◆ Rules

List<CleardownModuleRule> Lusid.Sdk.Model.CleardownModuleResponse.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.

◆ Status

string Lusid.Sdk.Model.CleardownModuleResponse.Status
getset

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

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


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