Operator Class
Assembly: CodeEffects.Rule.Common.dll
Namespace: CodeEffects.Rule.Common.Models
Summary
Represents an operator excluded by the Rule Editor from operator menus in the Rule Area.
Syntax
public class Operator
Properties
Remarks
Use this class as an item in the Control.ExcludedOperators
collection. The Operator
type can also be useful when the LINQ provider you use to filter source object collections does not implement certain operators. See the description of the Control.ExcludedOperators
property for details about excluded operators and how to use this feature.