C# Класс Castle.MonoRail.Framework.ViewComponents.SecurityComponent

Наследование: ViewComponent
Показать файл Открыть проект

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

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

Called by the framework once the component instance is initialized

Render ( ) : void

Called by the framework so the component can render its content

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

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

Called by the framework once the component instance is initialized
public Initialize ( ) : void
Результат void

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

Called by the framework so the component can render its content
public Render ( ) : void
Результат void