C# Class CommentReflowerLib.ParameterSet

Mostra file Open project: kmunson/CommentReflowerVSIX Class Usage Examples

Public Properties

Property Type Description
mBreakFlowStrings List
mBulletPoints List
mCommentBlocks List
mEnableAlignParams bool
mMinimumBlockWidth int
mUseTabsToIndent bool
mWrapWidth int

Public Methods

Method Description
ParameterSet ( ) : System
ParameterSet ( ParameterSet other ) : System
ParameterSet ( Stream stream ) : System
getBlocksForFileName ( string fileName ) : List
matchesBreakFlowString ( string st, bool ontoNextLineAsWell ) : bool
matchesBulletPoint ( string st ) : bool
matchesBulletPoint ( string st, int &thisIndent, int &nextLineIndent ) : bool
validateBreakFlowString ( int index ) : void
validateBullet ( int index ) : void
validateCommentBlock ( int index ) : void
validateGeneralSettings ( ) : void
writeToXmlMemoryStream ( ) : MemoryStream

Method Details

ParameterSet() public method

public ParameterSet ( ) : System
return System

ParameterSet() public method

public ParameterSet ( ParameterSet other ) : System
other ParameterSet
return System

ParameterSet() public method

public ParameterSet ( Stream stream ) : System
stream Stream
return System

getBlocksForFileName() public method

public getBlocksForFileName ( string fileName ) : List
fileName string
return List

matchesBreakFlowString() public method

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

matchesBulletPoint() public method

public matchesBulletPoint ( string st ) : bool
st string
return bool

matchesBulletPoint() public method

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

validateBreakFlowString() public method

public validateBreakFlowString ( int index ) : void
index int
return void

validateBullet() public method

public validateBullet ( int index ) : void
index int
return void

validateCommentBlock() public method

public validateCommentBlock ( int index ) : void
index int
return void

validateGeneralSettings() public method

public validateGeneralSettings ( ) : void
return void

writeToXmlMemoryStream() public method

public writeToXmlMemoryStream ( ) : MemoryStream
return System.IO.MemoryStream

Property Details

mBreakFlowStrings public_oe property

public List mBreakFlowStrings
return List

mBulletPoints public_oe property

public List mBulletPoints
return List

mCommentBlocks public_oe property

public List mCommentBlocks
return List

mEnableAlignParams public_oe property

public bool mEnableAlignParams
return bool

mMinimumBlockWidth public_oe property

public int mMinimumBlockWidth
return int

mUseTabsToIndent public_oe property

public bool mUseTabsToIndent
return bool

mWrapWidth public_oe property

public int mWrapWidth
return int