RequiredValidator Constructor Breeze.sharp
Ctor.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public RequiredValidator(
	Nullable<bool> treatEmptyStringAsNull = null
)

Parameters

treatEmptyStringAsNull (Optional)
Type: SystemNullableBoolean
Whether to treat empty string as null. If not set, then the static DefaultTreatEmptyStringAsNull is used instead.
See Also

Reference