Click or drag to resize

SurveyVariableBase 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#
protected SurveyVariableBase(
	string name,
	string title,
	DataType dataType,
	string property,
	bool showInUI = true,
	bool requiresValue = false
)

Parameters

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