ValidatorGenericBase<TParameter> Class

Inheritance Hierarchy

System.Object
  Microsoft.Web.Constraint.ValidatorBase
    Microsoft.Web.Constraint.ValidatorGenericBase<TParameter>

Namespace:  Microsoft.Web.Constraint
Assembly:  Microsoft.Web.Constraint (in Microsoft.Web.Constraint.dll)

Syntax

'Declaration
Public MustInherit Class ValidatorGenericBase(Of TParameter) _
    Inherits ValidatorBase
'Usage
Dim instance As ValidatorGenericBase(Of TParameter)
public abstract class ValidatorGenericBase<TParameter> : ValidatorBase

Type Parameters

  • TParameter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ValidatorGenericBase<TParameter> Members

Microsoft.Web.Constraint Namespace