C# 클래스 Company.OrmLanguage.OrmLanguageHelpKeywordHelperBase

Helper class used to map shapes and model elements to F1 help keywords.
파일 보기 프로젝트 열기: thabart/SimpleOrm

공개 메소드들

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