C# 클래스 Microsoft.Web.Infrastructure.DynamicValidationHelper.LazyWebROCollection

상속: System.Web.WebROCollection
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
Get ( int index ) : string
Get ( string name ) : string
LazyWebROCollection ( RequestValidationSource validationSource, System.Web.WebROCollection wrapped ) : System

비공개 메소드들

메소드 설명
Validate ( string key, string value ) : string

메소드 상세

Get() 공개 메소드

public Get ( int index ) : string
index int
리턴 string

Get() 공개 메소드

public Get ( string name ) : string
name string
리턴 string

LazyWebROCollection() 공개 메소드

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