|
LUSID C# SDK
|
The parameters used in getting the ValuationPointData. More...

Public Member Functions | |
| ValuationPointDataQueryParameters (DateOrDiaryEntry start=default(DateOrDiaryEntry), DateOrDiaryEntry end=default(DateOrDiaryEntry), string variant=default(string)) | |
| Initializes a new instance of the ValuationPointDataQueryParameters 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 (ValuationPointDataQueryParameters input) |
| Returns true if ValuationPointDataQueryParameters instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ValuationPointDataQueryParameters () | |
| Initializes a new instance of the ValuationPointDataQueryParameters class. More... | |
Properties | |
| DateOrDiaryEntry | Start [get, set] |
| Gets or Sets Start More... | |
| DateOrDiaryEntry | End [get, set] |
| Gets or Sets End More... | |
| string | Variant [get, set] |
| Optional variant code. Only required when it is necessary to choose between scenarios with multiple estimates. More... | |
The parameters used in getting the ValuationPointData.
|
inlineprotected |
Initializes a new instance of the ValuationPointDataQueryParameters class.
|
inline |
Initializes a new instance of the ValuationPointDataQueryParameters class.
| start | start. |
| end | end (required). |
| variant | Optional variant code. Only required when it is necessary to choose between scenarios with multiple estimates.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ValuationPointDataQueryParameters instances are equal
| input | Instance of ValuationPointDataQueryParameters 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 |
Gets or Sets End
|
getset |
Gets or Sets Start
|
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.