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

Result value representing a 0D result. These results can be equipped with a unit More...

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

Public Member Functions

 ResultValue0D (string units=default(string), decimal value=default(decimal), int? dimension=default(int?), ResultValueTypeEnum resultValueType=default(ResultValueTypeEnum))
 Initializes a new instance of the ResultValue0D 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 (ResultValue0D input)
 Returns true if ResultValue0D 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

 ResultValue0D ()
 Initializes a new instance of the ResultValue0D 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

string Units [get, set]
 Unit of the result More...
 
decimal Value [get, set]
 The value of the result More...
 
int? Dimension [get, set]
 The dimension of the result. Can be null if there is no sensible way of defining the dimension. This field should not be populate by the user on upsertion. 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

Result value representing a 0D result. These results can be equipped with a unit

Constructor & Destructor Documentation

◆ ResultValue0D() [1/2]

Lusid.Sdk.Model.ResultValue0D.ResultValue0D ( )
inlineprotected

Initializes a new instance of the ResultValue0D class.

◆ ResultValue0D() [2/2]

Lusid.Sdk.Model.ResultValue0D.ResultValue0D ( string  units = default(string),
decimal  value = default(decimal),
int?  dimension = default(int?),
ResultValueTypeEnum  resultValueType = default(ResultValueTypeEnum) 
)
inline

Initializes a new instance of the ResultValue0D class.

Parameters
unitsUnit of the result.
valueThe value of the result.
dimensionThe dimension of the result. Can be null if there is no sensible way of defining the dimension. This field should not be populate by the user on upsertion..
resultValueTypeThe available values are: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset (required) (default to "ResultValue0D").

Member Function Documentation

◆ BaseValidate()

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

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ResultValue0D instances are equal

Parameters
inputInstance of ResultValue0D to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

override string Lusid.Sdk.Model.ResultValue0D.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.ResultValue0D.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Dimension

int? Lusid.Sdk.Model.ResultValue0D.Dimension
getset

The dimension of the result. Can be null if there is no sensible way of defining the dimension. This field should not be populate by the user on upsertion.

The dimension of the result. Can be null if there is no sensible way of defining the dimension. This field should not be populate by the user on upsertion.

◆ Units

string Lusid.Sdk.Model.ResultValue0D.Units
getset

Unit of the result

Unit of the result

◆ Value

decimal Lusid.Sdk.Model.ResultValue0D.Value
getset

The value of the result

The value of the result


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