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

AmortisationRuleSet More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
ResourceId Id [get, set]
 Gets or Sets Id More...
 
string DisplayName [get, set]
 A user-friendly name. More...
 
string Description [get, set]
 A description of what this rule set is for. More...
 
List< AmortisationRuleRules [get, set]
 The rules of this rule set. More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

AmortisationRuleSet

Constructor & Destructor Documentation

◆ AmortisationRuleSet() [1/2]

Lusid.Sdk.Model.AmortisationRuleSet.AmortisationRuleSet ( )
inlineprotected

Initializes a new instance of the AmortisationRuleSet class.

◆ AmortisationRuleSet() [2/2]

Lusid.Sdk.Model.AmortisationRuleSet.AmortisationRuleSet ( string  href = default(string),
ResourceId  id = default(ResourceId),
string  displayName = default(string),
string  description = default(string),
List< AmortisationRule rules = default(List<AmortisationRule>),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the AmortisationRuleSet class.

Parameters
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
idid (required).
displayNameA user-friendly name. (required).
descriptionA description of what this rule set is for..
rulesThe rules of this rule set. (required).
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AmortisationRuleSet instances are equal

Parameters
inputInstance of AmortisationRuleSet to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.AmortisationRuleSet._Version
getset

Gets or Sets _Version

◆ Description

string Lusid.Sdk.Model.AmortisationRuleSet.Description
getset

A description of what this rule set is for.

A description of what this rule set is for.

◆ DisplayName

string Lusid.Sdk.Model.AmortisationRuleSet.DisplayName
getset

A user-friendly name.

A user-friendly name.

◆ Href

string Lusid.Sdk.Model.AmortisationRuleSet.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.

◆ Id

ResourceId Lusid.Sdk.Model.AmortisationRuleSet.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ Rules

List<AmortisationRule> Lusid.Sdk.Model.AmortisationRuleSet.Rules
getset

The rules of this rule set.

The rules of this rule set.


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