Operator class

Namespace: CodeEffects.Rule.Models
Assembly: CodeEffects.Rule.dll

Provides a type to hold information about excluded client operators. Used as an item type by the RuleEditor.ExcludedOperators collection. See its descriptions for details on how to use this type. The Operator type can also be very useful if a LINQ provider that you are trying to use to filter source object collections does not implements certain operators.

Syntax

public class Operator

Properties

  • ExcludedOperator Type: CodeEffects.Rule.Models.ExcludedOperator

    Gets or sets the value(s) indicating which operators should be excluded from use on the client for a given data type.

  • Type Type: CodeEffects.Rule.Models.OperatorType

    Gets or sets the value of the client data type for which Rule Editor should exclude the defined operators.

p101

l097 --

l102

p101

×