Table of Contents

Interface IValidationDictionary

Namespace
JJMasterData.Core.DataDictionary.Services
Assembly
JJMasterData.Core.dll
public interface IValidationDictionary

Properties

Errors

IEnumerable<string> Errors { get; }

Property Value

IEnumerable<string>

IsValid

bool IsValid { get; }

Property Value

bool

Methods

AddError(string, string)

void AddError(string key, string errorMessage)

Parameters

key string
errorMessage string

RemoveError(string)

void RemoveError(string field)

Parameters

field string