Class OperandTypeAttribute
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Used on Operators to notify data types the operator can work on.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = true)]
public class OperandTypeAttribute : Attribute, _Attribute
- Inheritance
-
OperandTypeAttribute
- Implements
Constructors
- OperandTypeAttribute(Type)
Initializes a new instance of the OperandTypeAttribute class.
Properties
- Type
Gets the data type the operator can work on.