C# Class CommentReflowerLib.BreakFlowString

Afficher le fichier Open project: kmunson/CommentReflowerVSIX Class Usage Examples

Méthodes publiques

Свойство Type Description
mIsRegEx bool
mName string
mNeverReflowIntoNextLine bool
mNeverReflowLine bool
mString string

Méthodes publiques

Méthode 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 méthode

public BreakFlowString ( BreakFlowString other ) : System
other BreakFlowString
Résultat System

BreakFlowString() public méthode

public BreakFlowString ( XmlReader r ) : System
r System.Xml.XmlReader
Résultat System

BreakFlowString() public méthode

public BreakFlowString ( string mName, string mString, bool mIsRegEx, bool mNeverReflowLine, bool mNeverReflowIntoNextLine ) : System
mName string
mString string
mIsRegEx bool
mNeverReflowLine bool
mNeverReflowIntoNextLine bool
Résultat System

dumpToXml() public méthode

public dumpToXml ( XmlWriter w ) : void
w System.Xml.XmlWriter
Résultat void

matches() public méthode

public matches ( string st, bool ontoNextLineAsWell ) : bool
st string
ontoNextLineAsWell bool
Résultat bool

Property Details

mIsRegEx public_oe property

public bool mIsRegEx
Résultat bool

mName public_oe property

public string mName
Résultat string

mNeverReflowIntoNextLine public_oe property

public bool mNeverReflowIntoNextLine
Résultat bool

mNeverReflowLine public_oe property

public bool mNeverReflowLine
Résultat bool

mString public_oe property

public string mString
Résultat string