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

A collection of resources that can be returned from requests. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

List< PortfolioValues [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...
 
string NextPage [get, set]
 The next page of results. More...
 
string PreviousPage [get, set]
 The previous page of results. More...
 

Detailed Description

A collection of resources that can be returned from requests.

Constructor & Destructor Documentation

◆ ResourceListOfPortfolio() [1/2]

Lusid.Sdk.Model.ResourceListOfPortfolio.ResourceListOfPortfolio ( )
inlineprotected

Initializes a new instance of the ResourceListOfPortfolio class.

◆ ResourceListOfPortfolio() [2/2]

Lusid.Sdk.Model.ResourceListOfPortfolio.ResourceListOfPortfolio ( List< Portfolio values = default(List<Portfolio>),
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 ResourceListOfPortfolio class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ResourceListOfPortfolio instances are equal

Parameters
inputInstance of ResourceListOfPortfolio to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.ResourceListOfPortfolio.Href
getset

The URI of the resource list.

The URI of the resource list.

◆ Links

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

Collection of links.

Collection of links.

◆ NextPage

string Lusid.Sdk.Model.ResourceListOfPortfolio.NextPage
getset

The next page of results.

The next page of results.

◆ PreviousPage

string Lusid.Sdk.Model.ResourceListOfPortfolio.PreviousPage
getset

The previous page of results.

The previous page of results.

◆ Values

List<Portfolio> Lusid.Sdk.Model.ResourceListOfPortfolio.Values
getset

The resources to list.

The resources to list.


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