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

Inheritance: System.Web.WebROCollection
Exibir arquivo Open project: kumpera/mono

Public Methods

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

Private Methods

Method Description
Validate ( string key, string value ) : string

Method Details

Get() public method

public Get ( int index ) : string
index int
return string

Get() public method

public Get ( string name ) : string
name string
return string

LazyWebROCollection() public method

public LazyWebROCollection ( RequestValidationSource validationSource, System.Web.WebROCollection wrapped ) : System
validationSource RequestValidationSource
wrapped System.Web.WebROCollection
return System