Spread for ASP.NET 7.0 Product Documentation
ValidatorCollection Constructor
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ValidatorCollection Class : ValidatorCollection Constructor


info
A System.Runtime.Serialization.SerializationInfo object that contains the information required to serialize the ValidatorCollection object.
context
A System.Runtime.Serialization.StreamingContext structure that contains the source and destination of the serialized stream associated with the ValidatorCollection object.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
Visual Basic (Usage)Copy Code
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New ValidatorCollection(info, context)
C# 
public ValidatorCollection( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
A System.Runtime.Serialization.SerializationInfo object that contains the information required to serialize the ValidatorCollection object.
context
A System.Runtime.Serialization.StreamingContext structure that contains the source and destination of the serialized stream associated with the ValidatorCollection object.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.