C# Class CommentReflowerLib.BreakFlowString

Exibir arquivo 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_oe property

public bool mIsRegEx
return bool

mName public_oe property

public string mName
return string

mNeverReflowIntoNextLine public_oe property

public bool mNeverReflowIntoNextLine
return bool

mNeverReflowLine public_oe property

public bool mNeverReflowLine
return bool

mString public_oe property

public string mString
return string