Show / Hide Table of Contents

Class ValidationMessage

Class that represent validation of the request.

Inheritance
System.Object
ValidationMessage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.Framework.Services
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ValidationMessage

Properties

Attribute

The field name validated.

Declaration
public string Attribute { get; set; }
Property Value
Type Description
System.String

String value with field name.

Message

The message that describes the field validation.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

String value with message description.

Back to top Generated by DocFX