When the customer changes the object, before to save in database, we check if the data is correct. It Validates Attribute definition. ex. If Default value of the attribute meets criteria, or any specific condition for attribute definition object.

Namespace: Novalys.VisualGuard.Security.CommonProfileAttribute
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
protected virtual bool ValidateAttributeDefinitionCore(
	out Exception ex
)
Visual Basic
Protected Overridable Function ValidateAttributeDefinitionCore ( 
	<OutAttribute> ByRef ex As Exception
) As Boolean

Parameters

ex
Type: System..::..Exception%

Return Value

Type: Boolean

See Also