C# 클래스 _3PA.MainFeatures.AutoCompletion.Keywords

this class handles the static keywords of progress
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
GetFullKeyword ( string abbreviation ) : string

returns the complete keyword for the given abbreviation

GetKeywordHelp ( string key ) : KeywordsHelp

Returns the help for a specified keyword

GetList ( ) : List

returns the list of keywords

Import ( ) : void

To call in order to read all the keywords to the private List CompletionItem

SaveRanking ( ) : void

Save the keywords data into a file (to remember the ranking of each keyword)

메소드 상세

GetFullKeyword() 공개 정적인 메소드

returns the complete keyword for the given abbreviation
public static GetFullKeyword ( string abbreviation ) : string
abbreviation string
리턴 string

GetKeywordHelp() 공개 정적인 메소드

Returns the help for a specified keyword
public static GetKeywordHelp ( string key ) : KeywordsHelp
key string
리턴 KeywordsHelp

GetList() 공개 정적인 메소드

returns the list of keywords
public static GetList ( ) : List
리턴 List

Import() 공개 정적인 메소드

To call in order to read all the keywords to the private List CompletionItem
public static Import ( ) : void
리턴 void

SaveRanking() 공개 정적인 메소드

Save the keywords data into a file (to remember the ranking of each keyword)
public static SaveRanking ( ) : void
리턴 void