Interface IValidation
Interface that represents the concrete class with model validation.
Namespace: StoneCo.Framework.Model.ModelRules
Assembly: cs.temp.dll.dll
Syntax
public interface IValidation
Properties
Attribute
The field name validated.
Declaration
string Attribute { get; }
Property Value
Type | Description |
---|---|
System.String | String value with field name. |
Message
The message that describes the field validation.
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
System.String | String value with message description. |