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

FundCalendarEntries More...

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

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...
 

Detailed Description

FundCalendarEntries

Member Enumeration Documentation

◆ FundCalendarEntriesTypeEnum

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

Constructor & Destructor Documentation

◆ FundCalendarEntries() [1/2]

Lusid.Sdk.Model.FundCalendarEntries.FundCalendarEntries ( )
inlineprotected

Initializes a new instance of the FundCalendarEntries class.

◆ FundCalendarEntries() [2/2]

Lusid.Sdk.Model.FundCalendarEntries.FundCalendarEntries ( FundCalendarEntriesTypeEnum  fundCalendarEntriesType = default(FundCalendarEntriesTypeEnum))
inline

Initializes a new instance of the FundCalendarEntries class.

Parameters
fundCalendarEntriesTypeThe type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark. (required).

Member Function Documentation

◆ BaseValidate()

IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.FundCalendarEntries.BaseValidate ( ValidationContext  validationContext)
inlineprotected

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if FundCalendarEntries instances are equal

Parameters
inputInstance of FundCalendarEntries to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented in Lusid.Sdk.Model.FundEstimateValuationPoint, Lusid.Sdk.Model.FundBookmark, and Lusid.Sdk.Model.FinalisedValuationPoint.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FundCalendarEntriesType

FundCalendarEntriesTypeEnum Lusid.Sdk.Model.FundCalendarEntries.FundCalendarEntriesType
getset

The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark.

The type of the Calendar Entry. Available values: FinalisedValuationPoint, FundEstimateValuationPoint, FundBookmark.


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