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

InstrumentListComplianceParameter More...

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

Public Member Functions

 InstrumentListComplianceParameter (ResourceId value=default(ResourceId), ComplianceParameterTypeEnum complianceParameterType=default(ComplianceParameterTypeEnum))
 Initializes a new instance of the InstrumentListComplianceParameter 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 (InstrumentListComplianceParameter input)
 Returns true if InstrumentListComplianceParameter instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
- Public Member Functions inherited from Lusid.Sdk.Model.ComplianceParameter
 ComplianceParameter (ComplianceParameterTypeEnum complianceParameterType=default(ComplianceParameterTypeEnum))
 Initializes a new instance of the ComplianceParameter 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 (ComplianceParameter input)
 Returns true if ComplianceParameter instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId Value [get, set]
 Gets or Sets Value More...
 
- Properties inherited from Lusid.Sdk.Model.ComplianceParameter
ComplianceParameterTypeEnum ComplianceParameterType [get, set]
 The parameter type. The available values are: BoolComplianceParameter, StringComplianceParameter, DecimalComplianceParameter, DateTimeComplianceParameter, PropertyKeyComplianceParameter, AddressKeyComplianceParameter, PortfolioIdComplianceParameter, PortfolioGroupIdComplianceParameter, StringListComplianceParameter, BoolListComplianceParameter, DateTimeListComplianceParameter, DecimalListComplianceParameter, PropertyKeyListComplianceParameter, AddressKeyListComplianceParameter, PortfolioIdListComplianceParameter, PortfolioGroupIdListComplianceParameter, InstrumentListComplianceParameter, FilterPredicateComplianceParameter, GroupFilterPredicateComplianceParameter, GroupBySelectorComplianceParameter, PropertyListComplianceParameter More...
 

Additional Inherited Members

- Public Types inherited from Lusid.Sdk.Model.ComplianceParameter
enum class  ComplianceParameterTypeEnum {
  BoolComplianceParameter = 1 , StringComplianceParameter = 2 , DecimalComplianceParameter = 3 , DateTimeComplianceParameter = 4 ,
  PropertyKeyComplianceParameter = 5 , AddressKeyComplianceParameter = 6 , PortfolioIdComplianceParameter = 7 , PortfolioGroupIdComplianceParameter = 8 ,
  StringListComplianceParameter = 9 , BoolListComplianceParameter = 10 , DateTimeListComplianceParameter = 11 , DecimalListComplianceParameter = 12 ,
  PropertyKeyListComplianceParameter = 13 , AddressKeyListComplianceParameter = 14 , PortfolioIdListComplianceParameter = 15 , PortfolioGroupIdListComplianceParameter = 16 ,
  InstrumentListComplianceParameter = 17 , FilterPredicateComplianceParameter = 18 , GroupFilterPredicateComplianceParameter = 19 , GroupBySelectorComplianceParameter = 20 ,
  PropertyListComplianceParameter = 21
}
 The parameter type. The available values are: BoolComplianceParameter, StringComplianceParameter, DecimalComplianceParameter, DateTimeComplianceParameter, PropertyKeyComplianceParameter, AddressKeyComplianceParameter, PortfolioIdComplianceParameter, PortfolioGroupIdComplianceParameter, StringListComplianceParameter, BoolListComplianceParameter, DateTimeListComplianceParameter, DecimalListComplianceParameter, PropertyKeyListComplianceParameter, AddressKeyListComplianceParameter, PortfolioIdListComplianceParameter, PortfolioGroupIdListComplianceParameter, InstrumentListComplianceParameter, FilterPredicateComplianceParameter, GroupFilterPredicateComplianceParameter, GroupBySelectorComplianceParameter, PropertyListComplianceParameter More...
 

Detailed Description

InstrumentListComplianceParameter

Constructor & Destructor Documentation

◆ InstrumentListComplianceParameter() [1/2]

Lusid.Sdk.Model.InstrumentListComplianceParameter.InstrumentListComplianceParameter ( )
inlineprotected

Initializes a new instance of the InstrumentListComplianceParameter class.

◆ InstrumentListComplianceParameter() [2/2]

Lusid.Sdk.Model.InstrumentListComplianceParameter.InstrumentListComplianceParameter ( ResourceId  value = default(ResourceId),
ComplianceParameterTypeEnum  complianceParameterType = default(ComplianceParameterTypeEnum) 
)
inline

Member Function Documentation

◆ BaseValidate()

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

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

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

Returns true if InstrumentListComplianceParameter instances are equal

Parameters
inputInstance of InstrumentListComplianceParameter to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.ComplianceParameter.

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Value

ResourceId Lusid.Sdk.Model.InstrumentListComplianceParameter.Value
getset

Gets or Sets Value


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