ValidateEntity(T) Method

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

RegnoCore..::..ValidateEntity<(Of <(<'T>)>)> Method

Validates the entity.

Namespace:  RegnoSoftware.Standard
Assembly:  RegnoSoftware.Standard (in RegnoSoftware.Standard.dll)

Syntax


public static bool ValidateEntity<T>(
	T entity
)
where T : IRegnoType

Type Parameters

T

Parameters

entity
Type: T
The entity.

Return Value

true if XXXX, false otherwise.