Interface IValidatable
Denotes an entity that supports validation
Namespace: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
public interface IValidatable
  Methods
Validate(String)
Validates entity state per particular named target, for performance reasons returns validation exception (instead of throwing)
Declaration
Exception Validate(string targetName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | targetName | 
Returns
| Type | Description | 
|---|---|
| System.Exception |