TenantQueryFilterRule Class

Represents a filter expression used when querying for tenants.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityQueryFilterRuleBase
    Dundas.BI.UtilityQueryFilterRuleTenantQueryField
      Dundas.BI.AccountServices.MultiTenancyTenantQueryFilterRule

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class TenantQueryFilterRule : QueryFilterRule<TenantQueryField>

The TenantQueryFilterRule type exposes the following members.

Constructors
  NameDescription
Public methodTenantQueryFilterRule(TenantQueryField, QueryFilterOperator, Object)
Initializes a new instance of the TenantQueryFilterRule class.
Public methodTenantQueryFilterRule(TenantQueryField, QueryFilterOperator, Object, QueryFilterOptions)
Initializes a new instance of the TenantQueryFilterRule class.
Top
Properties
  NameDescription
Public propertyField
Gets the field on which the filter should be applied (left side of the filter expression).
(Inherited from QueryFilterRuleTFieldsEnum.)
Public propertyIsAccentSensitive
Gets a value indicating whether this column is accent sensitive.
(Inherited from QueryFilterRuleTFieldsEnum.)
Public propertyIsCaseSensitive
Gets a value indicating whether the filter should be case sensitive.
(Inherited from QueryFilterRuleBase.)
Public propertyIsOperatorInverted
Gets a value indicating whether a logical NOT should be applied to the filter expression.
(Inherited from QueryFilterRuleBase.)
Public propertyOperator
Gets the filter expression operator.
(Inherited from QueryFilterRuleBase.)
Public propertyOptions
Gets the query filter options.
(Inherited from QueryFilterRuleBase.)
Public propertyValue
Gets the value (right side of the filter expression).
(Inherited from QueryFilterRuleBase.)
Top
See Also