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

The instrument life cycle event result value type More...

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

Public Member Functions

 LifeCycleEventValue (DateTimeOffset effectiveDate=default(DateTimeOffset), ResultValueDictionary eventValues=default(ResultValueDictionary), LifeCycleEventLineage eventLineage=default(LifeCycleEventLineage), ResultValueTypeEnum resultValueType=default(ResultValueTypeEnum))
 Initializes a new instance of the LifeCycleEventValue class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
override 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 (LifeCycleEventValue input)
 Returns true if LifeCycleEventValue instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
- Public Member Functions inherited from Lusid.Sdk.Model.ResultValue
 ResultValue (ResultValueTypeEnum resultValueType=default(ResultValueTypeEnum))
 Initializes a new instance of the ResultValue class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (ResultValue input)
 Returns true if ResultValue instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 LifeCycleEventValue ()
 Initializes a new instance of the LifeCycleEventValue class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 
- Protected Member Functions inherited from Lusid.Sdk.Model.ResultValue
 ResultValue ()
 Initializes a new instance of the ResultValue class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 

Properties

DateTimeOffset EffectiveDate [get, set]
 The effective date of the event More...
 
ResultValueDictionary EventValues [get, set]
 Gets or Sets EventValues More...
 
LifeCycleEventLineage EventLineage [get, set]
 Gets or Sets EventLineage More...
 
- Properties inherited from Lusid.Sdk.Model.ResultValue
ResultValueTypeEnum ResultValueType [get, set]
 The available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset More...
 

Additional Inherited Members

- Public Types inherited from Lusid.Sdk.Model.ResultValue
enum class  ResultValueTypeEnum {
  ResultValue = 1 , ResultValueDictionary = 2 , ResultValue0D = 3 , ResultValueDecimal = 4 ,
  ResultValueInt = 5 , ResultValueString = 6 , ResultValueBool = 7 , ResultValueCurrency = 8 ,
  CashFlowValue = 9 , CashFlowValueSet = 10 , ResultValueLifeCycleEventValue = 11 , ResultValueDateTimeOffset = 12
}
 The available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset More...
 

Detailed Description

The instrument life cycle event result value type

Constructor & Destructor Documentation

◆ LifeCycleEventValue() [1/2]

Lusid.Sdk.Model.LifeCycleEventValue.LifeCycleEventValue ( )
inlineprotected

Initializes a new instance of the LifeCycleEventValue class.

◆ LifeCycleEventValue() [2/2]

Lusid.Sdk.Model.LifeCycleEventValue.LifeCycleEventValue ( DateTimeOffset  effectiveDate = default(DateTimeOffset),
ResultValueDictionary  eventValues = default(ResultValueDictionary),
LifeCycleEventLineage  eventLineage = default(LifeCycleEventLineage),
ResultValueTypeEnum  resultValueType = default(ResultValueTypeEnum) 
)
inline

Initializes a new instance of the LifeCycleEventValue class.

Parameters
effectiveDateThe effective date of the event.
eventValueseventValues.
eventLineageeventLineage.
resultValueTypeThe available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset (required) (default to "LifeCycleEventValue").

Member Function Documentation

◆ BaseValidate()

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

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if LifeCycleEventValue instances are equal

Parameters
inputInstance of LifeCycleEventValue to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

override string Lusid.Sdk.Model.LifeCycleEventValue.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.ResultValue.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EffectiveDate

DateTimeOffset Lusid.Sdk.Model.LifeCycleEventValue.EffectiveDate
getset

The effective date of the event

The effective date of the event

◆ EventLineage

LifeCycleEventLineage Lusid.Sdk.Model.LifeCycleEventValue.EventLineage
getset

Gets or Sets EventLineage

◆ EventValues

ResultValueDictionary Lusid.Sdk.Model.LifeCycleEventValue.EventValues
getset

Gets or Sets EventValues


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