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

CreateAmortisationRuleSetRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Code [get, set]
 Gets or Sets Code More...
 
string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string Description [get, set]
 Gets or Sets Description More...
 

Detailed Description

CreateAmortisationRuleSetRequest

Constructor & Destructor Documentation

◆ CreateAmortisationRuleSetRequest() [1/2]

Lusid.Sdk.Model.CreateAmortisationRuleSetRequest.CreateAmortisationRuleSetRequest ( )
inlineprotected

Initializes a new instance of the CreateAmortisationRuleSetRequest class.

◆ CreateAmortisationRuleSetRequest() [2/2]

Lusid.Sdk.Model.CreateAmortisationRuleSetRequest.CreateAmortisationRuleSetRequest ( string  code = default(string),
string  displayName = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the CreateAmortisationRuleSetRequest class.

Parameters
codecode (required).
displayNamedisplayName (required).
descriptiondescription.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateAmortisationRuleSetRequest instances are equal

Parameters
inputInstance of CreateAmortisationRuleSetRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.CreateAmortisationRuleSetRequest.Code
getset

Gets or Sets Code

◆ Description

string Lusid.Sdk.Model.CreateAmortisationRuleSetRequest.Description
getset

Gets or Sets Description

◆ DisplayName

string Lusid.Sdk.Model.CreateAmortisationRuleSetRequest.DisplayName
getset

Gets or Sets DisplayName


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