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

SingleValuationPointQueryParameters More...

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

Public Member Functions

 SingleValuationPointQueryParameters (DateOrDiaryEntry dateOrDiaryEntry=default(DateOrDiaryEntry), string variant=default(string))
 Initializes a new instance of the SingleValuationPointQueryParameters 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 (SingleValuationPointQueryParameters input)
 Returns true if SingleValuationPointQueryParameters instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

DateOrDiaryEntry DateOrDiaryEntry [get, set]
 Gets or Sets DateOrDiaryEntry More...
 
string Variant [get, set]
 Optional variant code. Only required when it is necessary to choose between scenarios with multiple estimates. More...
 

Detailed Description

SingleValuationPointQueryParameters

Constructor & Destructor Documentation

◆ SingleValuationPointQueryParameters() [1/2]

Lusid.Sdk.Model.SingleValuationPointQueryParameters.SingleValuationPointQueryParameters ( )
inlineprotected

Initializes a new instance of the SingleValuationPointQueryParameters class.

◆ SingleValuationPointQueryParameters() [2/2]

Lusid.Sdk.Model.SingleValuationPointQueryParameters.SingleValuationPointQueryParameters ( DateOrDiaryEntry  dateOrDiaryEntry = default(DateOrDiaryEntry),
string  variant = default(string) 
)
inline

Initializes a new instance of the SingleValuationPointQueryParameters class.

Parameters
dateOrDiaryEntrydateOrDiaryEntry (required).
variantOptional variant code. Only required when it is necessary to choose between scenarios with multiple estimates..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SingleValuationPointQueryParameters instances are equal

Parameters
inputInstance of SingleValuationPointQueryParameters to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DateOrDiaryEntry

DateOrDiaryEntry Lusid.Sdk.Model.SingleValuationPointQueryParameters.DateOrDiaryEntry
getset

Gets or Sets DateOrDiaryEntry

◆ Variant

string Lusid.Sdk.Model.SingleValuationPointQueryParameters.Variant
getset

Optional variant code. Only required when it is necessary to choose between scenarios with multiple estimates.

Optional variant code. Only required when it is necessary to choose between scenarios with multiple estimates.


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