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

A paginated list of resource that can be returned from a request. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string NextPage [get, set]
 The next page of results. More...
 
string PreviousPage [get, set]
 The previous page of results. More...
 
List< InstrumentValues [get, set]
 The resources to list. More...
 
string Href [get, set]
 The URI of the resource list. More...
 
List< LinkLinks [get, set]
 Collection of links. More...
 

Detailed Description

A paginated list of resource that can be returned from a request.

Constructor & Destructor Documentation

◆ PagedResourceListOfInstrument() [1/2]

Lusid.Sdk.Model.PagedResourceListOfInstrument.PagedResourceListOfInstrument ( )
inlineprotected

Initializes a new instance of the PagedResourceListOfInstrument class.

◆ PagedResourceListOfInstrument() [2/2]

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

Initializes a new instance of the PagedResourceListOfInstrument class.

Parameters
nextPageThe next page of results..
previousPageThe previous page of results..
valuesThe resources to list. (required).
hrefThe URI of the resource list..
linksCollection of links..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PagedResourceListOfInstrument instances are equal

Parameters
inputInstance of PagedResourceListOfInstrument to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.PagedResourceListOfInstrument.Href
getset

The URI of the resource list.

The URI of the resource list.

◆ Links

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

Collection of links.

Collection of links.

◆ NextPage

string Lusid.Sdk.Model.PagedResourceListOfInstrument.NextPage
getset

The next page of results.

The next page of results.

◆ PreviousPage

string Lusid.Sdk.Model.PagedResourceListOfInstrument.PreviousPage
getset

The previous page of results.

The previous page of results.

◆ Values

List<Instrument> Lusid.Sdk.Model.PagedResourceListOfInstrument.Values
getset

The resources to list.

The resources to list.


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