C# Class Microsoft.Web.Infrastructure.DynamicValidationHelper.LazyWebROCollection

Inheritance: System.Web.WebROCollection
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
Get ( int index ) : string
Get ( string name ) : string
LazyWebROCollection ( RequestValidationSource validationSource, System.Web.WebROCollection wrapped ) : System

Private Methods

Méthode Description
Validate ( string key, string value ) : string

Method Details

Get() public méthode

public Get ( int index ) : string
index int
Résultat string

Get() public méthode

public Get ( string name ) : string
name string
Résultat string

LazyWebROCollection() public méthode

public LazyWebROCollection ( RequestValidationSource validationSource, System.Web.WebROCollection wrapped ) : System
validationSource RequestValidationSource
wrapped System.Web.WebROCollection
Résultat System