Interface IValidator
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
Provides functionality for validating objects.
public interface IValidator
- Extension Methods
Properties
DisableNullCheck
Gets or sets a value indicating whether null checks should be disabled.
bool DisableNullCheck { get; set; }