C# Class PredictiveCodeSuggestions.Options.AutoTemplateSettings

Inheritance: ResharperSettings
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
GetFileSaves ( ) : int

Gets the file saves.

GetMaxTemplates ( ) : int

Gets the max templates.

GetMinPercentage ( ) : int

Mins the percentage.

GetOccurances ( ) : int

Gets the occurances.

GetUseCompleteStatement ( ) : bool

Gets the use complete statement.

Method Details

GetFileSaves() public method

Gets the file saves.
public GetFileSaves ( ) : int
return int

GetMaxTemplates() public method

Gets the max templates.
public GetMaxTemplates ( ) : int
return int

GetMinPercentage() public method

Mins the percentage.
public GetMinPercentage ( ) : int
return int

GetOccurances() public method

Gets the occurances.
public GetOccurances ( ) : int
return int

GetUseCompleteStatement() public method

Gets the use complete statement.
public GetUseCompleteStatement ( ) : bool
return bool