Mindscape LightSpeed - User Reference & API Documentation
ValidationErrorCollection Class
API ReferenceMindscape.LightSpeed.ValidationValidationErrorCollection
A read-only, bindable collection of ValidationErrors.
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
public sealed class ValidationErrorCollection : BindingList<ValidationError>
<SerializableAttribute> _
Public NotInheritable Class ValidationErrorCollection _
	Inherits BindingList(Of ValidationError)
Members
All MembersMethodsProperties



IconMemberDescription
AddError(String, String)
Adds an error to the collection.

AddError(String)
Adds an error to the collection.

Item[([(String])])
Gets the error message for the property with the given name.

ToString()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
Collection<(Of <(ValidationError>)>)
 BindingList<(Of <(ValidationError>)>)
  ValidationErrorCollection

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