C# Class PredictiveCodeSuggestions.AutoTemplates.AutoTemplateBuilder

Defines the AutoTemplateBuilder class.
Show file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions Class Usage Examples

Private Properties

Property Type Description
Build void
Build void
Build void
LoadDataFile void
LoadDataFiles void
MergeVariables void

Public Methods

Method Description
Process ( [ progressIndicator, int maxSuggestions, int occurrances, int minPercentage ) : void

Processes the specified progress window.

Private Methods

Method Description
Build ( ) : void

Saves the workset.

Build ( XmlTextWriter output, List records ) : void

Saves the workset.

Build ( XmlTextWriter output, List records, int total ) : void

Builds the specified output.

LoadDataFile ( string fileName ) : void

Loads the data file.

LoadDataFiles ( ) : void

Loads the data files.

MergeVariables ( string>.Dictionary variables0, string>.Dictionary variables1 ) : void

Merges the variables.

Method Details

Process() public method

Processes the specified progress window.
public Process ( [ progressIndicator, int maxSuggestions, int occurrances, int minPercentage ) : void
progressIndicator [ The progress window.
maxSuggestions int The max templates.
occurrances int The occurrances.
minPercentage int The min percentage.
return void