C# 클래스 GlobalHotkeys.GlobalKeysConfig

Configuration of EA Keys (Generalization)
파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 메소드들

메소드 설명
GetKeys ( ) : Keys>.Dictionary
GetModifiers ( ) : Modifiers>.Dictionary
GlobalKeysConfig ( string id, string key, string modifier1, string modifier2, string modifier3, string modifier4, string description, string help ) : System.Collections.Generic

Constructor Global Key Definition. Id="Script:Function","{..guid..}","Script:Function" (dependent of subtype).

메소드 상세

GetKeys() 공개 정적인 메소드

public static GetKeys ( ) : Keys>.Dictionary
리턴 Keys>.Dictionary

GetModifiers() 공개 정적인 메소드

public static GetModifiers ( ) : Modifiers>.Dictionary
리턴 Modifiers>.Dictionary

GlobalKeysConfig() 공개 메소드

Constructor Global Key Definition. Id="Script:Function","{..guid..}","Script:Function" (dependent of subtype).
public GlobalKeysConfig ( string id, string key, string modifier1, string modifier2, string modifier3, string modifier4, string description, string help ) : System.Collections.Generic
id string
key string
modifier1 string
modifier2 string
modifier3 string
modifier4 string
description string
help string
리턴 System.Collections.Generic