C# 클래스 Subtext.Framework.Components.LinkCategory

파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LinkCategory ( ) : System

Creates a new LinkCategory instance.

LinkCategory ( int catID, string title ) : System

Creates a new LinkCategory instance.

메소드 상세

LinkCategory() 공개 메소드

Creates a new LinkCategory instance.
public LinkCategory ( ) : System
리턴 System

LinkCategory() 공개 메소드

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