C# Class Subtext.Framework.Components.LinkCategory

Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LinkCategory ( ) : System

Creates a new LinkCategory instance.

LinkCategory ( int catID, string title ) : System

Creates a new LinkCategory instance.

Method Details

LinkCategory() public méthode

Creates a new LinkCategory instance.
public LinkCategory ( ) : System
Résultat System

LinkCategory() public méthode

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