C# Class Subtext.Framework.XmlRpc.MetaWeblog.MtCategory

Show file Open project: ayende/Subtext

Public Properties

Property Type Description
categoryId string

Public Methods

Method Description
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.

Method Details

MtCategory() public method

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

MtCategory() public method

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

Property Details

categoryId public property

public string categoryId
return string