|
LUSID C# SDK
|
A collection of resources that can be returned from requests. More...

Public Member Functions | |
| ResourceListOfPortfolioGroup (List< PortfolioGroup > values=default(List< PortfolioGroup >), string href=default(string), List< Link > links=default(List< Link >), string nextPage=default(string), string previousPage=default(string)) | |
| Initializes a new instance of the ResourceListOfPortfolioGroup 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 (ResourceListOfPortfolioGroup input) |
| Returns true if ResourceListOfPortfolioGroup instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ResourceListOfPortfolioGroup () | |
| Initializes a new instance of the ResourceListOfPortfolioGroup class. More... | |
Properties | |
| List< PortfolioGroup > | Values [get, set] |
| The resources to list. More... | |
| string | Href [get, set] |
| The URI of the resource list. More... | |
| List< Link > | Links [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... | |
A collection of resources that can be returned from requests.
|
inlineprotected |
Initializes a new instance of the ResourceListOfPortfolioGroup class.
|
inline |
Initializes a new instance of the ResourceListOfPortfolioGroup class.
| values | The resources to list. (required). |
| href | The URI of the resource list.. |
| links | Collection of links.. |
| nextPage | The next page of results.. |
| previousPage | The previous page of results.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ResourceListOfPortfolioGroup instances are equal
| input | Instance of ResourceListOfPortfolioGroup to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The URI of the resource list.
The URI of the resource list.
|
getset |
Collection of links.
Collection of links.
|
getset |
The next page of results.
The next page of results.
|
getset |
The previous page of results.
The previous page of results.
|
getset |
The resources to list.
The resources to list.
1.8.13