| SurveyObjectState Enumeration |
Enum class for filtering on the "State" of Survey objects
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum SurveyObjectState
Members
| Member name | Value | Description |
---|
| All | 0 | |
| New | 1 |
Only objects where no properties has been changed
|
| Changed | 2 |
Only objects where at least one property has been changed
|
| Completed | 3 |
Only objects where all required properties have been filled
|
See Also