Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 525 Bytes

ICustomValidator.md

File metadata and controls

18 lines (12 loc) · 525 Bytes

ICustomValidator interface

namespace: Serenity   assemblySerenity.Net.Data

Custom validator abstraction

public interface ICustomValidator

Members

name description
Validate(…) Validates value using specified context.

See Also