Click or drag to resize
ValidationError Class
Information about a validation error of a value for a inspector property.
Inheritance Hierarchy
SystemObject
  Slash.ECS.Inspector.ValidationValidationError

Namespace: Slash.ECS.Inspector.Validation
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public class ValidationError

The ValidationError type exposes the following members.

Constructors
  NameDescription
Public methodValidationError
Initializes a new instance of the ValidationError class
Top
Properties
  NameDescription
Public propertyStatic memberDefault
Returns a default validation error.
Public propertyMessage
Message which describes the validation error.
Public propertyStatic memberNull
Returns a null validation error.
Public propertyStatic memberWrongType
Returns a wrong type validation error.
Top
Fields
  NameDescription
Public fieldStatic memberDefaultMessage
Default message to use for invalid values.
Public fieldStatic memberNullMessage
Message to use for values which are null.
Public fieldStatic memberWrongTypeMessage
Message to use for values which have the wrong type.
Top
See Also