C# Класс JDP.Transformation.DisableFeatureActivation.CONTROLTEMPLATES.JDPDisableFeatureActivation

Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnPreRender ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

This method displays custom feature disabled message and also disbles set of features activation and deactivation

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

Метод Описание
GetFeatureIDs ( ) : void

This method reads cache for list of disabled features, if the cache is not present then builds the cache for that

ProcessControls ( System.Web.UI.ControlCollection controls ) : void

This method reads all features displaying on the page and blocks the features activation and deactivation for specified set of features

ReadFeatureConfigDetails ( ) : void

This method reads all the features which needs to be disabled from feature activation and deactivation

getWebAppName ( ) : string

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

OnPreRender() защищенный Метод

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Render() защищенный Метод

This method displays custom feature disabled message and also disbles set of features activation and deactivation
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Результат void