RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..ValidateEntity Method

Validates the entity.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


protected virtual bool ValidateEntity(
	TEntity entity
)
Protected Overridable Function ValidateEntity ( _
	entity As TEntity _
) As Boolean
protected:
virtual bool^ ValidateEntity(
	TEntity entity
)

Parameters

entity
Type: TEntity
The entity.

Return Value

true if XXXX, false otherwise.