Click or drag to resize

ScopeVariable Constructor

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ScopeVariable(
	string name,
	string title,
	DataType dataType,
	string property,
	string derivedValues,
	int deriveLevels = 0,
	bool showInUI = true,
	bool requiresValue = false
)

Parameters

name
Type: SystemString
title
Type: SystemString
dataType
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureDataType
property
Type: SystemString
derivedValues
Type: SystemString
deriveLevels (Optional)
Type: SystemInt32
showInUI (Optional)
Type: SystemBoolean
requiresValue (Optional)
Type: SystemBoolean
See Also