Mindscape LightSpeed - User Reference & API Documentation
ValidationContext Class
API ReferenceMindscape.LightSpeed.ValidationValidationContext
The context passed to a ValidationRule.
Declaration Syntax
C#Visual Basic
public sealed class ValidationContext
Public NotInheritable Class ValidationContext
Members
All MembersMethodsProperties



IconMemberDescription
AddError(String)
Adds a validation error.

AddError(ValidationError)
Adds a validation error.

Entity
The Entity being validated.

GetAttributeValue(String)
Gets the value of the named attribute on the target Entity.

TargetName
Gets the target name.

TargetValue
Gets the target value.

TargetValueIsDefault
Gets a value indicating whether TargetValue is the default value for it's type.

Inheritance Hierarchy
Object
ValidationContext

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)