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

DecimalList More...

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

Public Member Functions

 DecimalList (List< decimal > values=default(List< decimal >), ReferenceListTypeEnum referenceListType=default(ReferenceListTypeEnum))
 Initializes a new instance of the DecimalList 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 (DecimalList input)
 Returns true if DecimalList instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
- Public Member Functions inherited from Lusid.Sdk.Model.ReferenceList
 ReferenceList (ReferenceListTypeEnum referenceListType=default(ReferenceListTypeEnum))
 Initializes a new instance of the ReferenceList 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 (ReferenceList input)
 Returns true if ReferenceList instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 DecimalList ()
 Initializes a new instance of the DecimalList 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.ReferenceList
 ReferenceList ()
 Initializes a new instance of the ReferenceList class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 

Properties

List< decimal > Values [get, set]
 Gets or Sets Values More...
 
- Properties inherited from Lusid.Sdk.Model.ReferenceList
ReferenceListTypeEnum ReferenceListType [get, set]
 The reference list values. The available values are: PortfolioGroupIdList, PortfolioIdList, AddressKeyList, StringList, InstrumentList, DecimalList, PropertyList More...
 

Additional Inherited Members

- Public Types inherited from Lusid.Sdk.Model.ReferenceList
enum class  ReferenceListTypeEnum {
  PortfolioGroupIdList = 1 , PortfolioIdList = 2 , AddressKeyList = 3 , StringList = 4 ,
  InstrumentList = 5 , DecimalList = 6 , PropertyList = 7
}
 The reference list values. The available values are: PortfolioGroupIdList, PortfolioIdList, AddressKeyList, StringList, InstrumentList, DecimalList, PropertyList More...
 

Detailed Description

DecimalList

Constructor & Destructor Documentation

◆ DecimalList() [1/2]

Lusid.Sdk.Model.DecimalList.DecimalList ( )
inlineprotected

Initializes a new instance of the DecimalList class.

◆ DecimalList() [2/2]

Lusid.Sdk.Model.DecimalList.DecimalList ( List< decimal >  values = default(List<decimal>),
ReferenceListTypeEnum  referenceListType = default(ReferenceListTypeEnum) 
)
inline

Initializes a new instance of the DecimalList class.

Parameters
valuesvalues (required).
referenceListTypeThe reference list values. The available values are: PortfolioGroupIdList, PortfolioIdList, AddressKeyList, StringList, InstrumentList, DecimalList, PropertyList (required) (default to "DecimalList").

Member Function Documentation

◆ BaseValidate()

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

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if DecimalList instances are equal

Parameters
inputInstance of DecimalList to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.ReferenceList.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Values

List<decimal> Lusid.Sdk.Model.DecimalList.Values
getset

Gets or Sets Values


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