C# Class Subtext.Web.UI.UIData

Summary description for UIData.
Datei anzeigen Open project: ayende/Subtext

Public Methods

Method Description
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

Method Details

ArchiveCategory() public static method

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.
return Subtext.Framework.Components.LinkCategory

ArchiveMonth() public static method

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.
return Subtext.Framework.Components.LinkCategory

Links() public static method

public static Links ( CategoryType catType, UrlFormats formats ) : LinkCategory
catType CategoryType
formats UrlFormats
return Subtext.Framework.Components.LinkCategory