Click or drag to resize
FieldElementValidate Method (Action, Boolean)
Validates this instance.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual bool Validate(
	Action goLocationFunc,
	bool silentValidation
)

Parameters

goLocationFunc
Type: SystemAction
The go location func.
silentValidation
Type: SystemBoolean
if set to true the validation is silent: it won't produce any error / warning messages

Return Value

Type: Boolean
true if this instance is valid, false otherwise
See Also