C# 클래스 CommentReflowerLib.BulletPoint

파일 보기 프로젝트 열기: kmunson/CommentReflowerVSIX 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mIsRegEx bool
mName string
mString string
mWrapIsAtRight bool

공개 메소드들

메소드 설명
BulletPoint ( BulletPoint other ) : System
BulletPoint ( XmlReader r ) : System
BulletPoint ( string mName, string mString, bool mIsRegEx, bool mWrapIsAtRight ) : System
dumpToXml ( XmlWriter w ) : void
matches ( string st, int &thisIndent, int &nextLineIndent ) : bool

메소드 상세

BulletPoint() 공개 메소드

public BulletPoint ( BulletPoint other ) : System
other BulletPoint
리턴 System

BulletPoint() 공개 메소드

public BulletPoint ( XmlReader r ) : System
r System.Xml.XmlReader
리턴 System

BulletPoint() 공개 메소드

public BulletPoint ( string mName, string mString, bool mIsRegEx, bool mWrapIsAtRight ) : System
mName string
mString string
mIsRegEx bool
mWrapIsAtRight bool
리턴 System

dumpToXml() 공개 메소드

public dumpToXml ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

matches() 공개 메소드

public matches ( string st, int &thisIndent, int &nextLineIndent ) : bool
st string
thisIndent int
nextLineIndent int
리턴 bool

프로퍼티 상세

mIsRegEx 공개적으로 프로퍼티

public bool mIsRegEx
리턴 bool

mName 공개적으로 프로퍼티

public string mName
리턴 string

mString 공개적으로 프로퍼티

public string mString
리턴 string

mWrapIsAtRight 공개적으로 프로퍼티

public bool mWrapIsAtRight
리턴 bool