C# Class Company.OrmLanguage.OrmLanguageHelpKeywordHelperBase

Helper class used to map shapes and model elements to F1 help keywords.
Afficher le fichier Open project: thabart/SimpleOrm

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

GetDomainPropertyHelpKeyword() public méthode

Gets the help keyword associated with the given domain property.
public GetDomainPropertyHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainProperty ) : string
domainProperty global::Microsoft.VisualStudio.Modeling
Résultat string

GetDomainRoleHelpKeyword() public méthode

Gets the help keyword associated with the given domain role.
public GetDomainRoleHelpKeyword ( global::Microsoft.VisualStudio.Modeling domainRole ) : string
domainRole global::Microsoft.VisualStudio.Modeling
Résultat string

GetHelpKeyword() public méthode

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
Résultat string

Initialize() protected méthode

Called to initialize the HelpKeywords dictionary. Derived classes may override this to add custom keywords to the collection.
protected Initialize ( ) : void
Résultat void

OrmLanguageHelpKeywordHelperBase() protected méthode

Constructs a new OrmLanguageHelpKeywordHelperBase.