C# Класс Company.OrmLanguage.OrmLanguageHelpKeywordHelperBase

Helper class used to map shapes and model elements to F1 help keywords.
Показать файл Открыть проект

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

Метод Описание
GetDomainPropertyHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainProperty ) : string

Gets the help keyword associated with the given domain property.

GetDomainRoleHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainRole ) : string

Gets the help keyword associated with the given domain role.

GetHelpKeyword ( global::Microsoft.VisualStudio.Modeling modelElement ) : string

Gets the help keyword associated with the given shape or model element instance.

Защищенные методы

Метод Описание
Initialize ( ) : void

Called to initialize the HelpKeywords dictionary. Derived classes may override this to add custom keywords to the collection.

OrmLanguageHelpKeywordHelperBase ( )

Constructs a new OrmLanguageHelpKeywordHelperBase.

Описание методов

GetDomainPropertyHelpKeyword() публичный Метод

Gets the help keyword associated with the given domain property.
public GetDomainPropertyHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainProperty ) : string
domainProperty global::Microsoft.VisualStudio.Modeling
Результат string

GetDomainRoleHelpKeyword() публичный Метод

Gets the help keyword associated with the given domain role.
public GetDomainRoleHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainRole ) : string
domainRole global::Microsoft.VisualStudio.Modeling
Результат string

GetHelpKeyword() публичный Метод

Gets the help keyword associated with the given shape or model element instance.
public GetHelpKeyword ( global::Microsoft.VisualStudio.Modeling modelElement ) : string
modelElement global::Microsoft.VisualStudio.Modeling
Результат string

Initialize() защищенный Метод

Called to initialize the HelpKeywords dictionary. Derived classes may override this to add custom keywords to the collection.
protected Initialize ( ) : void
Результат void

OrmLanguageHelpKeywordHelperBase() защищенный Метод

Constructs a new OrmLanguageHelpKeywordHelperBase.