C# Класс newtelligence.DasBlog.Web.PermaLink

PermaLink class.
Auto-generated class.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
contentPlaceHolder global::System.Web.UI.WebControls.PlaceHolder

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

Метод Описание
GetItemTemplate ( ) : string
GetPageTemplate ( string path ) : string
PermaLink ( ) : System
ProcessItemTemplate ( Entry item, Control ContentPlaceHolder ) : void

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

Метод Описание
InitializeMacros ( ) : Macros
LoadEntries ( ) : EntryCollection
OnInit ( EventArgs e ) : void

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

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

Required method for Designer support - do not modify the contents of this method with the code editor.

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

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

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

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

public GetPageTemplate ( string path ) : string
path string
Результат string

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

protected InitializeMacros ( ) : Macros
Результат Macros

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

protected LoadEntries ( ) : EntryCollection
Результат EntryCollection

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

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

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

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

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

public ProcessItemTemplate ( Entry item, Control ContentPlaceHolder ) : void
item Entry
ContentPlaceHolder Control
Результат void

Описание свойств

contentPlaceHolder защищенное свойство

contentPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder contentPlaceHolder
Результат global::System.Web.UI.WebControls.PlaceHolder