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

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

공개 프로퍼티들

프로퍼티 타입 설명
key string
label string

공개 메소드들

메소드 설명
MtTextFilter ( string key, string label ) : System

Initializes a new instance of the MtTextFilter class.

메소드 상세

MtTextFilter() 공개 메소드

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

프로퍼티 상세

key 공개적으로 프로퍼티

public string key
리턴 string

label 공개적으로 프로퍼티

public string label
리턴 string