C# Класс Subtext.Web.UI.UIData

Summary description for UIData.
Показать файл Открыть проект

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

Метод Описание
ArchiveCategory ( UrlFormats formats ) : LinkCategory

Builds a LinkCategory using the specified url formats. A LinkCategory is a common item to databind to a web control.

ArchiveMonth ( UrlFormats formats ) : LinkCategory

Builds a LinkCategory using the specified url formats. A LinkCategory is a common item to databind to a web control.

Links ( CategoryType catType, UrlFormats formats ) : LinkCategory

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

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

Builds a LinkCategory using the specified url formats. A LinkCategory is a common item to databind to a web control.
public static ArchiveCategory ( UrlFormats formats ) : LinkCategory
formats UrlFormats Determines how the links are formatted.
Результат Subtext.Framework.Components.LinkCategory

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

Builds a LinkCategory using the specified url formats. A LinkCategory is a common item to databind to a web control.
public static ArchiveMonth ( UrlFormats formats ) : LinkCategory
formats UrlFormats Determines how the links are formatted.
Результат Subtext.Framework.Components.LinkCategory

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

public static Links ( CategoryType catType, UrlFormats formats ) : LinkCategory
catType CategoryType
formats UrlFormats
Результат Subtext.Framework.Components.LinkCategory