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

CustomDataModelCriteria More...

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

Public Member Functions

 CustomDataModelCriteria (List< string > conditions=default(List< string >), List< CustomDataModelPropertySpecificationWithDisplayName > properties=default(List< CustomDataModelPropertySpecificationWithDisplayName >), List< CustomDataModelIdentifierTypeSpecificationWithDisplayName > identifierTypes=default(List< CustomDataModelIdentifierTypeSpecificationWithDisplayName >), List< Alias > attributeAliases=default(List< Alias >), List< RecommendedSortBy > recommendedSortBy=default(List< RecommendedSortBy >), List< string > supplementalPropertyKeys=default(List< string >))
 Initializes a new instance of the CustomDataModelCriteria 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 (CustomDataModelCriteria input)
 Returns true if CustomDataModelCriteria instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< string > Conditions [get, set]
 The conditions that the bound entity must meet to be valid. More...
 
List< CustomDataModelPropertySpecificationWithDisplayNameProperties [get, set]
 The properties that are required or allowed on the bound entity. More...
 
List< CustomDataModelIdentifierTypeSpecificationWithDisplayNameIdentifierTypes [get, set]
 The identifier types that are required or allowed on the bound entity. More...
 
List< AliasAttributeAliases [get, set]
 The aliases for property keys, identifier types, and fields on the bound entity. More...
 
List< RecommendedSortByRecommendedSortBy [get, set]
 The preferred default sorting instructions. More...
 
List< string > SupplementalPropertyKeys [get, set]
 Additional property keys that should be decorated on the bound entity. More...
 

Detailed Description

CustomDataModelCriteria

Constructor & Destructor Documentation

◆ CustomDataModelCriteria()

Lusid.Sdk.Model.CustomDataModelCriteria.CustomDataModelCriteria ( List< string >  conditions = default(List<string>),
List< CustomDataModelPropertySpecificationWithDisplayName properties = default(List<CustomDataModelPropertySpecificationWithDisplayName>),
List< CustomDataModelIdentifierTypeSpecificationWithDisplayName identifierTypes = default(List<CustomDataModelIdentifierTypeSpecificationWithDisplayName>),
List< Alias attributeAliases = default(List<Alias>),
List< RecommendedSortBy recommendedSortBy = default(List<RecommendedSortBy>),
List< string >  supplementalPropertyKeys = default(List<string>) 
)
inline

Initializes a new instance of the CustomDataModelCriteria class.

Parameters
conditionsThe conditions that the bound entity must meet to be valid..
propertiesThe properties that are required or allowed on the bound entity..
identifierTypesThe identifier types that are required or allowed on the bound entity..
attributeAliasesThe aliases for property keys, identifier types, and fields on the bound entity..
recommendedSortByThe preferred default sorting instructions..
supplementalPropertyKeysAdditional property keys that should be decorated on the bound entity..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CustomDataModelCriteria instances are equal

Parameters
inputInstance of CustomDataModelCriteria to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AttributeAliases

List<Alias> Lusid.Sdk.Model.CustomDataModelCriteria.AttributeAliases
getset

The aliases for property keys, identifier types, and fields on the bound entity.

The aliases for property keys, identifier types, and fields on the bound entity.

◆ Conditions

List<string> Lusid.Sdk.Model.CustomDataModelCriteria.Conditions
getset

The conditions that the bound entity must meet to be valid.

The conditions that the bound entity must meet to be valid.

◆ IdentifierTypes

List<CustomDataModelIdentifierTypeSpecificationWithDisplayName> Lusid.Sdk.Model.CustomDataModelCriteria.IdentifierTypes
getset

The identifier types that are required or allowed on the bound entity.

The identifier types that are required or allowed on the bound entity.

◆ Properties

List<CustomDataModelPropertySpecificationWithDisplayName> Lusid.Sdk.Model.CustomDataModelCriteria.Properties
getset

The properties that are required or allowed on the bound entity.

The properties that are required or allowed on the bound entity.

◆ RecommendedSortBy

List<RecommendedSortBy> Lusid.Sdk.Model.CustomDataModelCriteria.RecommendedSortBy
getset

The preferred default sorting instructions.

The preferred default sorting instructions.

◆ SupplementalPropertyKeys

List<string> Lusid.Sdk.Model.CustomDataModelCriteria.SupplementalPropertyKeys
getset

Additional property keys that should be decorated on the bound entity.

Additional property keys that should be decorated on the bound entity.


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