C# 클래스 Hd.Web.Extensions.ControlFinder

파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk 1 사용 예제들

공개 메소드들

메소드 설명
FindControls ( Control targetControl, Type controlsToFindType ) : System.Web.UI.Control[]
FindControls ( Control targetControl, Type controlsToFindType, bool stringTypeNameCompare ) : System.Web.UI.Control[]
FindFirstControl ( Control targetControl, Type controlsToFindType ) : Control
FindFirstControl ( Control targetControl, string controlID ) : Control
FindFirstParentControl ( Control targetControl, Type controlsToFindType ) : Control
FindInterfaceImplementers ( Control targetControl, Type interfaceToMatch ) : System.Web.UI.Control[]

메소드 상세

FindControls() 공개 정적인 메소드

public static FindControls ( Control targetControl, Type controlsToFindType ) : System.Web.UI.Control[]
targetControl System.Web.UI.Control
controlsToFindType System.Type
리턴 System.Web.UI.Control[]

FindControls() 공개 정적인 메소드

public static FindControls ( Control targetControl, Type controlsToFindType, bool stringTypeNameCompare ) : System.Web.UI.Control[]
targetControl System.Web.UI.Control
controlsToFindType System.Type
stringTypeNameCompare bool
리턴 System.Web.UI.Control[]

FindFirstControl() 공개 정적인 메소드

public static FindFirstControl ( Control targetControl, Type controlsToFindType ) : Control
targetControl System.Web.UI.Control
controlsToFindType System.Type
리턴 System.Web.UI.Control

FindFirstControl() 공개 정적인 메소드

public static FindFirstControl ( Control targetControl, string controlID ) : Control
targetControl System.Web.UI.Control
controlID string
리턴 System.Web.UI.Control

FindFirstParentControl() 공개 정적인 메소드

public static FindFirstParentControl ( Control targetControl, Type controlsToFindType ) : Control
targetControl System.Web.UI.Control
controlsToFindType System.Type
리턴 System.Web.UI.Control

FindInterfaceImplementers() 공개 정적인 메소드

public static FindInterfaceImplementers ( Control targetControl, Type interfaceToMatch ) : System.Web.UI.Control[]
targetControl System.Web.UI.Control
interfaceToMatch System.Type
리턴 System.Web.UI.Control[]