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