Table of Contents

Interface IEntityDataIntegrity

Namespace
Cuemon.Data.Integrity
Assembly
Cuemon.Data.Integrity.dll

An interface that represents the integrity of data that is normally associated with an entity/resource.

public interface IEntityDataIntegrity : IDataIntegrity
Inherited Members

Properties

Validation

Gets the validation strength of the integrity of this resource.

EntityDataIntegrityValidation Validation { get; }

Property Value

EntityDataIntegrityValidation

The validation strength of the integrity of this resource.

See Also