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

PropertyKeyComplianceParameter More...

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

Public Member Functions

 PropertyKeyComplianceParameter (string value=default(string), ComplianceParameterTypeEnum complianceParameterType=default(ComplianceParameterTypeEnum))
 Initializes a new instance of the PropertyKeyComplianceParameter 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 (PropertyKeyComplianceParameter input)
 Returns true if PropertyKeyComplianceParameter 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

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

string Value [get, set]
 The key that uniquely identifies the property. It has the format {domain}/{scope}/{code}. 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

PropertyKeyComplianceParameter

Constructor & Destructor Documentation

◆ PropertyKeyComplianceParameter() [1/2]

Lusid.Sdk.Model.PropertyKeyComplianceParameter.PropertyKeyComplianceParameter ( )
inlineprotected

Initializes a new instance of the PropertyKeyComplianceParameter class.

◆ PropertyKeyComplianceParameter() [2/2]

Lusid.Sdk.Model.PropertyKeyComplianceParameter.PropertyKeyComplianceParameter ( string  value = default(string),
ComplianceParameterTypeEnum  complianceParameterType = default(ComplianceParameterTypeEnum) 
)
inline

Member Function Documentation

◆ BaseValidate()

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PropertyKeyComplianceParameter instances are equal

Parameters
inputInstance of PropertyKeyComplianceParameter to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Value

string Lusid.Sdk.Model.PropertyKeyComplianceParameter.Value
getset

The key that uniquely identifies the property. It has the format {domain}/{scope}/{code}.

The key that uniquely identifies the property. It has the format {domain}/{scope}/{code}.


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