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

显示文件 Open project: ayende/Subtext

Public Properties

Property Type Description
key string
label string

Public Methods

Method Description
MtTextFilter ( string key, string label ) : System

Initializes a new instance of the MtTextFilter class.

Method Details

MtTextFilter() public method

Initializes a new instance of the MtTextFilter class.
public MtTextFilter ( string key, string label ) : System
key string The key.
label string The label.
return System

Property Details

key public_oe property

public string key
return string

label public_oe property

public string label
return string