|
LUSID C# SDK
|

Public Types | |
| enum class | FundCalendarEntriesTypeEnum { FinalisedValuationPoint = 1 , FundEstimateValuationPoint = 2 , FundBookmark = 3 } |
| The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark. More... | |
Public Member Functions | |
| FundCalendarEntries (FundCalendarEntriesTypeEnum fundCalendarEntriesType=default(FundCalendarEntriesTypeEnum)) | |
| Initializes a new instance of the FundCalendarEntries 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 (FundCalendarEntries input) |
| Returns true if FundCalendarEntries instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| FundCalendarEntries () | |
| Initializes a new instance of the FundCalendarEntries class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Properties | |
| FundCalendarEntriesTypeEnum | FundCalendarEntriesType [get, set] |
| The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark. More... | |
The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark.
The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark.
| Enumerator | |
|---|---|
| FinalisedValuationPoint | Enum FinalisedValuationPoint for value: FinalisedValuationPoint |
| FundEstimateValuationPoint | Enum FundEstimateValuationPoint for value: FundEstimateValuationPoint |
| FundBookmark | Enum FundBookmark for value: FundBookmark |
|
inlineprotected |
Initializes a new instance of the FundCalendarEntries class.
|
inline |
Initializes a new instance of the FundCalendarEntries class.
| fundCalendarEntriesType | The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark. (required). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if FundCalendarEntries instances are equal
| input | Instance of FundCalendarEntries to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented in Lusid.Sdk.Model.FundEstimateValuationPoint, Lusid.Sdk.Model.FundBookmark, and Lusid.Sdk.Model.FinalisedValuationPoint.
|
inline |
Returns the string presentation of the object
|
getset |
The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark.
The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark.