C# 클래스 Subtext.Web.UI.UIData

Summary description for UIData.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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