C# Class CommentReflowerLib.BreakFlowString

Show file Open project: kmunson/CommentReflowerVSIX Class Usage Examples

Public Properties

Property Type Description
mIsRegEx bool
mName string
mNeverReflowIntoNextLine bool
mNeverReflowLine bool
mString string

Public Methods

Method Description
BreakFlowString ( BreakFlowString other ) : System
BreakFlowString ( XmlReader r ) : System
BreakFlowString ( string mName, string mString, bool mIsRegEx, bool mNeverReflowLine, bool mNeverReflowIntoNextLine ) : System
dumpToXml ( XmlWriter w ) : void
matches ( string st, bool ontoNextLineAsWell ) : bool

Method Details

BreakFlowString() public method

public BreakFlowString ( BreakFlowString other ) : System
other BreakFlowString
return System

BreakFlowString() public method

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

BreakFlowString() public method

public BreakFlowString ( string mName, string mString, bool mIsRegEx, bool mNeverReflowLine, bool mNeverReflowIntoNextLine ) : System
mName string
mString string
mIsRegEx bool
mNeverReflowLine bool
mNeverReflowIntoNextLine bool
return System

dumpToXml() public method

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

matches() public method

public matches ( string st, bool ontoNextLineAsWell ) : bool
st string
ontoNextLineAsWell bool
return bool

Property Details

mIsRegEx public property

public bool mIsRegEx
return bool

mName public property

public string mName
return string

mNeverReflowIntoNextLine public property

public bool mNeverReflowIntoNextLine
return bool

mNeverReflowLine public property

public bool mNeverReflowLine
return bool

mString public property

public string mString
return string