Click or drag to resize

PropertyValue Constructor

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public PropertyValue(
	Object value,
	Action action = Action.Modify,
	bool allowAttributes = false,
	string displayValue = null,
	string tag = null
)

Parameters

value
Type: SystemObject
action (Optional)
Type: Omada.OE.AppLogic.Serialization.ModelAction
allowAttributes (Optional)
Type: SystemBoolean
Should be set to true only if the value is for a reference property that allows attribute values.
displayValue (Optional)
Type: SystemString
tag (Optional)
Type: SystemString
See Also