C# 클래스 PredictiveCodeSuggestions.Options.AutoTemplateSettings

상속: ResharperSettings
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

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

메소드 상세

GetFileSaves() 공개 메소드

Gets the file saves.
public GetFileSaves ( ) : int
리턴 int

GetMaxTemplates() 공개 메소드

Gets the max templates.
public GetMaxTemplates ( ) : int
리턴 int

GetMinPercentage() 공개 메소드

Mins the percentage.
public GetMinPercentage ( ) : int
리턴 int

GetOccurances() 공개 메소드

Gets the occurances.
public GetOccurances ( ) : int
리턴 int

GetUseCompleteStatement() 공개 메소드

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