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

ResourceListOfCalendarDate More...

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

Public Member Functions

 ResourceListOfCalendarDate (List< CalendarDate > values=default(List< CalendarDate >), string href=default(string), List< Link > links=default(List< Link >), string nextPage=default(string), string previousPage=default(string))
 Initializes a new instance of the ResourceListOfCalendarDate 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 (ResourceListOfCalendarDate input)
 Returns true if ResourceListOfCalendarDate instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< CalendarDateValues [get, set]
 Gets or Sets Values More...
 
string Href [get, set]
 Gets or Sets Href More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 
string NextPage [get, set]
 Gets or Sets NextPage More...
 
string PreviousPage [get, set]
 Gets or Sets PreviousPage More...
 

Detailed Description

ResourceListOfCalendarDate

Constructor & Destructor Documentation

◆ ResourceListOfCalendarDate() [1/2]

Lusid.Sdk.Model.ResourceListOfCalendarDate.ResourceListOfCalendarDate ( )
inlineprotected

Initializes a new instance of the ResourceListOfCalendarDate class.

◆ ResourceListOfCalendarDate() [2/2]

Lusid.Sdk.Model.ResourceListOfCalendarDate.ResourceListOfCalendarDate ( List< CalendarDate values = default(List<CalendarDate>),
string  href = default(string),
List< Link links = default(List<Link>),
string  nextPage = default(string),
string  previousPage = default(string) 
)
inline

Initializes a new instance of the ResourceListOfCalendarDate class.

Parameters
valuesvalues (required).
hrefhref.
linkslinks.
nextPagenextPage.
previousPagepreviousPage.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ResourceListOfCalendarDate instances are equal

Parameters
inputInstance of ResourceListOfCalendarDate to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.ResourceListOfCalendarDate.Href
getset

Gets or Sets Href

◆ Links

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

Gets or Sets Links

◆ NextPage

string Lusid.Sdk.Model.ResourceListOfCalendarDate.NextPage
getset

Gets or Sets NextPage

◆ PreviousPage

string Lusid.Sdk.Model.ResourceListOfCalendarDate.PreviousPage
getset

Gets or Sets PreviousPage

◆ Values

List<CalendarDate> Lusid.Sdk.Model.ResourceListOfCalendarDate.Values
getset

Gets or Sets Values


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