C# Class Subtext.Framework.Components.LinkCategory

显示文件 Open project: ayende/Subtext Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LinkCategory ( ) : System

Creates a new LinkCategory instance.

LinkCategory ( int catID, string title ) : System

Creates a new LinkCategory instance.

Method Details

LinkCategory() public method

Creates a new LinkCategory instance.
public LinkCategory ( ) : System
return System

LinkCategory() public method

Creates a new LinkCategory instance.
public LinkCategory ( int catID, string title ) : System
catID int Cat ID.
title string Title.
return System