Click or drag to resize

DataObjectControllerValidateRegularExpression Method

Validates a property value towards the regular expression defined on the property.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static bool ValidateRegularExpression(
	ValueProperty property,
	string value,
	out string message
)

Parameters

property
Type: Omada.OE.ModelValueProperty
value
Type: SystemString
message
Type: SystemString

Return Value

Type: Boolean
See Also