Enum ConditionalOperator
Enumeration to determine the conditional operator that we need to use
Namespace: Votations.NSurvey.Data
Assembly: SurveyProject.BusinessEntities.dll
Syntax
public enum ConditionalOperator
Fields
| Name | Description |
|---|---|
| Equal | |
| NotEqual | |
| ScoredLess | |
| ScoreEquals | |
| ScoreGreater | |
| ScoreRange |