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

ReferenceList More...

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

Public Types

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

Public Member Functions

 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...
 
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 (ReferenceList input)
 Returns true if ReferenceList instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 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

ReferenceListTypeEnum ReferenceListType [get, set]
 The reference list values. The available values are: PortfolioGroupIdList, PortfolioIdList, AddressKeyList, StringList, InstrumentList, DecimalList, PropertyList More...
 

Detailed Description

ReferenceList

Member Enumeration Documentation

◆ ReferenceListTypeEnum

The reference list values. The available values are: PortfolioGroupIdList, PortfolioIdList, AddressKeyList, StringList, InstrumentList, DecimalList, PropertyList

The reference list values. The available values are: PortfolioGroupIdList, PortfolioIdList, AddressKeyList, StringList, InstrumentList, DecimalList, PropertyList

Enumerator
PortfolioGroupIdList 

Enum PortfolioGroupIdList for value: PortfolioGroupIdList

PortfolioIdList 

Enum PortfolioIdList for value: PortfolioIdList

AddressKeyList 

Enum AddressKeyList for value: AddressKeyList

StringList 

Enum StringList for value: StringList

InstrumentList 

Enum InstrumentList for value: InstrumentList

DecimalList 

Enum DecimalList for value: DecimalList

PropertyList 

Enum PropertyList for value: PropertyList

Constructor & Destructor Documentation

◆ ReferenceList() [1/2]

Lusid.Sdk.Model.ReferenceList.ReferenceList ( )
inlineprotected

Initializes a new instance of the ReferenceList class.

◆ ReferenceList() [2/2]

Lusid.Sdk.Model.ReferenceList.ReferenceList ( ReferenceListTypeEnum  referenceListType = default(ReferenceListTypeEnum))
inline

Initializes a new instance of the ReferenceList class.

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

Member Function Documentation

◆ BaseValidate()

IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.ReferenceList.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.ReferenceList.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReferenceList instances are equal

Parameters
inputInstance of ReferenceList to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ReferenceListType

ReferenceListTypeEnum Lusid.Sdk.Model.ReferenceList.ReferenceListType
getset

The reference list values. The available values are: PortfolioGroupIdList, PortfolioIdList, AddressKeyList, StringList, InstrumentList, DecimalList, PropertyList

The reference list values. The available values are: PortfolioGroupIdList, PortfolioIdList, AddressKeyList, StringList, InstrumentList, DecimalList, PropertyList


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