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

Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Свойство Type Description
categoryId string

Méthodes publiques

Méthode 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 méthode

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

MtCategory() public méthode

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

Property Details

categoryId public_oe property

public string categoryId
Résultat string