C# Class Hd.Web.Extensions.ControlFinder

Mostrar archivo Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Public Methods

Method Description
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[]

Method Details

FindControls() public static method

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

FindControls() public static method

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

FindFirstControl() public static method

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

FindFirstControl() public static method

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

FindFirstParentControl() public static method

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

FindInterfaceImplementers() public static method

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