C# Class Subtext.Web.UI.UIData

Summary description for UIData.
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode 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 méthode

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.
Résultat Subtext.Framework.Components.LinkCategory

ArchiveMonth() public static méthode

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.
Résultat Subtext.Framework.Components.LinkCategory

Links() public static méthode

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