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

ResourceList with extra header fields used by the various ValuationPoint endpoints for returning additional context related to the list of results. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

DiaryEntry StartValuationPoint [get, set]
 Gets or Sets StartValuationPoint More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
List< AccountedTransactionValues [get, set]
 Gets or Sets Values More...
 
string Href [get, set]
 Gets or Sets Href More...
 
string NextPage [get, set]
 Gets or Sets NextPage More...
 
string PreviousPage [get, set]
 Gets or Sets PreviousPage More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

ResourceList with extra header fields used by the various ValuationPoint endpoints for returning additional context related to the list of results.

Constructor & Destructor Documentation

◆ ValuationPointResourceListOfAccountedTransaction() [1/2]

Lusid.Sdk.Model.ValuationPointResourceListOfAccountedTransaction.ValuationPointResourceListOfAccountedTransaction ( )
inlineprotected

Initializes a new instance of the ValuationPointResourceListOfAccountedTransaction class.

◆ ValuationPointResourceListOfAccountedTransaction() [2/2]

Lusid.Sdk.Model.ValuationPointResourceListOfAccountedTransaction.ValuationPointResourceListOfAccountedTransaction ( DiaryEntry  startValuationPoint = default(DiaryEntry),
ModelVersion  varVersion = default(ModelVersion),
List< AccountedTransaction values = default(List<AccountedTransaction>),
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 ValuationPointResourceListOfAccountedTransaction class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ValuationPointResourceListOfAccountedTransaction instances are equal

Parameters
inputInstance of ValuationPointResourceListOfAccountedTransaction to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.ValuationPointResourceListOfAccountedTransaction.Href
getset

Gets or Sets Href

◆ Links

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

Gets or Sets Links

◆ NextPage

string Lusid.Sdk.Model.ValuationPointResourceListOfAccountedTransaction.NextPage
getset

Gets or Sets NextPage

◆ PreviousPage

string Lusid.Sdk.Model.ValuationPointResourceListOfAccountedTransaction.PreviousPage
getset

Gets or Sets PreviousPage

◆ StartValuationPoint

DiaryEntry Lusid.Sdk.Model.ValuationPointResourceListOfAccountedTransaction.StartValuationPoint
getset

Gets or Sets StartValuationPoint

◆ Values

List<AccountedTransaction> Lusid.Sdk.Model.ValuationPointResourceListOfAccountedTransaction.Values
getset

Gets or Sets Values

◆ VarVersion

ModelVersion Lusid.Sdk.Model.ValuationPointResourceListOfAccountedTransaction.VarVersion
getset

Gets or Sets VarVersion


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