C# Class CommentReflowerLib.BulletPoint

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

Méthodes publiques

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

Méthodes publiques

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

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

BulletPoint() public méthode

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

BulletPoint() public méthode

public BulletPoint ( string mName, string mString, bool mIsRegEx, bool mWrapIsAtRight ) : System
mName string
mString string
mIsRegEx bool
mWrapIsAtRight 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, int &thisIndent, int &nextLineIndent ) : bool
st string
thisIndent int
nextLineIndent int
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

mString public_oe property

public string mString
Résultat string

mWrapIsAtRight public_oe property

public bool mWrapIsAtRight
Résultat bool