C# Класс _3PA.MainFeatures.AutoCompletion.Keywords

this class handles the static keywords of progress
Показать файл Открыть проект

Открытые методы

Метод Описание
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