Enum ValueType
Defines the expected value type used to define comparison rules.
Namespace: Nevatech.Vsb.Repository.Security
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ValueType
  Fields
| Name | Description | 
|---|---|
| Boolean | Value is a boolean.  | 
      
| DateTime | Value is a date and/or time.  | 
      
| Number | Value is a number (decimal, integer, etc).  | 
      
| Text | Value is a string or text.  | 
      
| TimeSpan | Value is a time period.  |