Class ValidationErrorMessage
Validator message implementation
Inheritance
System.Object
ValidationErrorMessage
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI.MVC
Assembly: Simplic.UI.dll
Syntax
public class ValidationErrorMessage : IValidationErrorMessage
Properties
| Improve this Doc View SourceMessage
Gets or sets the error message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Returns the error message
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Error message |
Overrides
System.Object.ToString()