IDataModelValidator

Allows the validation of data model objects.

Namespace:
Inetdev.Data
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Properties

RequiresTransaction

Indicates whether the validator requires transaction.

Signature:
public Boolean RequiresTransaction { get; }

Methods

Validate

Validate the specified object by throwing exceptions on errors

Signature:
public Void Validate(model)
Parameters
Name Type Summary
model IDataModel The data model to validate