C# 클래스 Subtext.Framework.XmlRpc.MetaWeblog.MtCategory

파일 보기 프로젝트 열기: ayende/Subtext

공개 프로퍼티들

프로퍼티 타입 설명
categoryId string

공개 메소드들

메소드 설명
MtCategory ( string category ) : System

Initializes a new instance of the MtCategory class.

MtCategory ( string id, string category ) : System

Initializes a new instance of the MtCategory class.

메소드 상세

MtCategory() 공개 메소드

Initializes a new instance of the MtCategory class.
public MtCategory ( string category ) : System
category string The category.
리턴 System

MtCategory() 공개 메소드

Initializes a new instance of the MtCategory class.
public MtCategory ( string id, string category ) : System
id string The id.
category string The category.
리턴 System

프로퍼티 상세

categoryId 공개적으로 프로퍼티

public string categoryId
리턴 string