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

VersionedResourceListOfTransaction More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

VersionedResourceListOfTransaction

Constructor & Destructor Documentation

◆ VersionedResourceListOfTransaction() [1/2]

Lusid.Sdk.Model.VersionedResourceListOfTransaction.VersionedResourceListOfTransaction ( )
inlineprotected

Initializes a new instance of the VersionedResourceListOfTransaction class.

◆ VersionedResourceListOfTransaction() [2/2]

Lusid.Sdk.Model.VersionedResourceListOfTransaction.VersionedResourceListOfTransaction ( Version  version = default(Version),
List< Transaction values = default(List<Transaction>),
string  href = default(string),
string  nextPage = default(string),
string  previousPage = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the VersionedResourceListOfTransaction class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if VersionedResourceListOfTransaction instances are equal

Parameters
inputInstance of VersionedResourceListOfTransaction to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.VersionedResourceListOfTransaction.Href
getset

The URI of the resource list.

The URI of the resource list.

◆ Links

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

Collection of links.

Collection of links.

◆ NextPage

string Lusid.Sdk.Model.VersionedResourceListOfTransaction.NextPage
getset

The next page of results.

The next page of results.

◆ PreviousPage

string Lusid.Sdk.Model.VersionedResourceListOfTransaction.PreviousPage
getset

The previous page of results.

The previous page of results.

◆ Values

List<Transaction> Lusid.Sdk.Model.VersionedResourceListOfTransaction.Values
getset

The resources to list.

The resources to list.

◆ Version

Version Lusid.Sdk.Model.VersionedResourceListOfTransaction.Version
getset

Gets or Sets Version


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