Class OperandDefaultTypeAttribute
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Used on Operators to notify that this operator is the default for the given value types.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class OperandDefaultTypeAttribute : Attribute, _Attribute
- Inheritance
-
OperandDefaultTypeAttribute
- Implements
Constructors
- OperandDefaultTypeAttribute(params Type[])
Initializes a new instance of the OperandDefaultTypeAttribute class with the specified value types.
Properties
- Types
Gets the array of value types for which this operator is the default.