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

RulesInterval More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

DateRange EffectiveRange [get, set]
 Gets or Sets EffectiveRange More...
 
List< AmortisationRuleRules [get, set]
 The rules of this rule set. More...
 

Detailed Description

RulesInterval

Constructor & Destructor Documentation

◆ RulesInterval() [1/2]

Lusid.Sdk.Model.RulesInterval.RulesInterval ( )
inlineprotected

Initializes a new instance of the RulesInterval class.

◆ RulesInterval() [2/2]

Lusid.Sdk.Model.RulesInterval.RulesInterval ( DateRange  effectiveRange = default(DateRange),
List< AmortisationRule rules = default(List<AmortisationRule>) 
)
inline

Initializes a new instance of the RulesInterval class.

Parameters
effectiveRangeeffectiveRange (required).
rulesThe rules of this rule set. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RulesInterval instances are equal

Parameters
inputInstance of RulesInterval to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EffectiveRange

DateRange Lusid.Sdk.Model.RulesInterval.EffectiveRange
getset

Gets or Sets EffectiveRange

◆ Rules

List<AmortisationRule> Lusid.Sdk.Model.RulesInterval.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: