Click or drag to resize

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
Syntax
C#
public enum SurveyObjectState
Members
  Member nameValueDescription
All0
New1 Only objects where no properties has been changed
Changed2 Only objects where at least one property has been changed
Completed3 Only objects where all required properties have been filled
See Also