IValidatable Interface

This interface exposes strongly typed validation information.

Namespace:  Tortuga.Anchor.ComponentModel
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public interface IValidatable
Public Interface IValidatable

Remarks


While this interface is easier to work with than IDataErrorInfo, classes should still implement IDataErrorInfo so that they work with UI components.