C# 클래스 PredictiveCodeSuggestions.AutoTemplates.AutoTemplateBuilder

Defines the AutoTemplateBuilder class.
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Build void
Build void
Build void
LoadDataFile void
LoadDataFiles void
MergeVariables void

공개 메소드들

메소드 설명
Process ( [ progressIndicator, int maxSuggestions, int occurrances, int minPercentage ) : void

Processes the specified progress window.

비공개 메소드들

메소드 설명
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.

메소드 상세

Process() 공개 메소드

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.
리턴 void