Interface IDataValidationResultItem
Interface for validation result item.
Namespace: Kephas.Data.Validation
Assembly: Kephas.Data.dll
Syntax
public interface IDataValidationResultItemProperties
| Improve this Doc View SourceMemberName
Gets the name of the member.
Declaration
string MemberName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The name of the member. | 
Message
Gets the message.
Declaration
string Message { get; }Property Value
| Type | Description | 
|---|---|
| System.String | The message. | 
Severity
Gets the validation result severity.
Declaration
DataValidationSeverity Severity { get; }Property Value
| Type | Description | 
|---|---|
| DataValidationSeverity | The severity. |