[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ValidatorCollection

ValidatorCollection Class

A collection of validators.

Inheritance
ValidatorCollection
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class ValidatorCollection : List<BaseValidator>, IList<BaseValidator>, ICollection<BaseValidator>, IList, ICollection, IReadOnlyList<BaseValidator>, IReadOnlyCollection<BaseValidator>, IEnumerable<BaseValidator>, IEnumerable, ICloneable, ISerializable
Public Class ValidatorCollection
    Inherits List(Of BaseValidator)
    Implements IList(Of BaseValidator), ICollection(Of BaseValidator), IList, ICollection, IReadOnlyList(Of BaseValidator), IReadOnlyCollection(Of BaseValidator), IEnumerable(Of BaseValidator), IEnumerable, ICloneable, ISerializable

Constructors

Name Description
ValidatorCollection(SerializationInfo, StreamingContext)

Initializes a new instance of the ValidatorCollection class with serialized data.

Methods

Name Description
Clone()

Creates a new ValidatorCollection instance that is a copy of the current instance.