C# Class CommentReflowerLib.BulletPoint

Show file Open project: kmunson/CommentReflowerVSIX Class Usage Examples

Public Properties

Property Type Description
mIsRegEx bool
mName string
mString string
mWrapIsAtRight bool

Public Methods

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

Method Details

BulletPoint() public method

public BulletPoint ( BulletPoint other ) : System
other BulletPoint
return System

BulletPoint() public method

public BulletPoint ( XmlReader r ) : System
r System.Xml.XmlReader
return System

BulletPoint() public method

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

dumpToXml() public method

public dumpToXml ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

matches() public method

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

Property Details

mIsRegEx public property

public bool mIsRegEx
return bool

mName public property

public string mName
return string

mString public property

public string mString
return string

mWrapIsAtRight public property

public bool mWrapIsAtRight
return bool