C# Класс Carrotware.Web.UI.Controls.BasicControlUtils

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BasicControlUtils ( ) : System
BasicControlUtils ( object X ) : System
CreateControlFromResource ( string resourceName ) : Control
CreateControlFromString ( string sControlText ) : Control
FindControl ( Type type, Control X ) : Control
FindControl ( string ControlName, Control X ) : Control
FindjQuery ( Control control ) : Carrotware.Web.UI.Controls.jquerybasic
FindjQueryMain ( Control control ) : jquery
FindjQueryUI ( Control control ) : Carrotware.Web.UI.Controls.jqueryui
GetContainerPage ( object X ) : Page
GetCtrlText ( Control ctrl ) : string
GetManifestResourceStream ( string sResouceName ) : string
GetResourceText ( string resourceName ) : string
GetWebResourceUrl ( Page page, Type type, string resource ) : string
GetWebResourceUrl ( Type type, string resource ) : string
InsertjQuery ( Page thePage ) : void
InsertjQueryMain ( Page thePage ) : void
InsertjQueryUI ( Page thePage ) : void
MakeXUACompatibleFirst ( Page thePage ) : void

Приватные методы

Метод Описание
FindPage ( object X ) : Page

Описание методов

BasicControlUtils() публичный Метод

public BasicControlUtils ( ) : System
Результат System

BasicControlUtils() публичный Метод

public BasicControlUtils ( object X ) : System
X object
Результат System

CreateControlFromResource() публичный Метод

public CreateControlFromResource ( string resourceName ) : Control
resourceName string
Результат System.Web.UI.Control

CreateControlFromString() публичный Метод

public CreateControlFromString ( string sControlText ) : Control
sControlText string
Результат System.Web.UI.Control

FindControl() публичный Метод

public FindControl ( Type type, Control X ) : Control
type System.Type
X System.Web.UI.Control
Результат System.Web.UI.Control

FindControl() публичный Метод

public FindControl ( string ControlName, Control X ) : Control
ControlName string
X System.Web.UI.Control
Результат System.Web.UI.Control

FindjQuery() публичный статический Метод

public static FindjQuery ( Control control ) : Carrotware.Web.UI.Controls.jquerybasic
control System.Web.UI.Control
Результат Carrotware.Web.UI.Controls.jquerybasic

FindjQueryMain() публичный статический Метод

public static FindjQueryMain ( Control control ) : jquery
control System.Web.UI.Control
Результат jquery

FindjQueryUI() публичный статический Метод

public static FindjQueryUI ( Control control ) : Carrotware.Web.UI.Controls.jqueryui
control System.Web.UI.Control
Результат Carrotware.Web.UI.Controls.jqueryui

GetContainerPage() публичный Метод

public GetContainerPage ( object X ) : Page
X object
Результат System.Web.UI.Page

GetCtrlText() публичный статический Метод

public static GetCtrlText ( Control ctrl ) : string
ctrl System.Web.UI.Control
Результат string

GetManifestResourceStream() публичный статический Метод

public static GetManifestResourceStream ( string sResouceName ) : string
sResouceName string
Результат string

GetResourceText() публичный Метод

public GetResourceText ( string resourceName ) : string
resourceName string
Результат string

GetWebResourceUrl() публичный Метод

public GetWebResourceUrl ( Page page, Type type, string resource ) : string
page System.Web.UI.Page
type System.Type
resource string
Результат string

GetWebResourceUrl() публичный Метод

public GetWebResourceUrl ( Type type, string resource ) : string
type System.Type
resource string
Результат string

InsertjQuery() публичный статический Метод

public static InsertjQuery ( Page thePage ) : void
thePage System.Web.UI.Page
Результат void

InsertjQueryMain() публичный статический Метод

public static InsertjQueryMain ( Page thePage ) : void
thePage System.Web.UI.Page
Результат void

InsertjQueryUI() публичный статический Метод

public static InsertjQueryUI ( Page thePage ) : void
thePage System.Web.UI.Page
Результат void

MakeXUACompatibleFirst() публичный статический Метод

public static MakeXUACompatibleFirst ( Page thePage ) : void
thePage System.Web.UI.Page
Результат void