Interface IValidationDictionary
- Namespace
- JJMasterData.Core.DataDictionary.Services
- Assembly
- JJMasterData.Core.dll
public interface IValidationDictionary
Properties
Errors
IEnumerable<string> Errors { get; }
Property Value
IsValid
bool IsValid { get; }
Property Value
Methods
AddError(string, string)
void AddError(string key, string errorMessage)
Parameters
RemoveError(string)
void RemoveError(string field)
Parameters
field
string