Interface IValidationDetail
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IValidationDetail
Properties
Actions
Declaration
IEnumerable<IResolutionAction> Actions { get; }
Property Value
System.
|
Message
Declaration
string Message { get; }
Property Value
System.
|
OriginalException
Declaration
Exception OriginalException { get; }
Property Value
System.
|