C# 클래스 MediaPortal.Configuration.Sections.KeyAction

파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Id int
Key string
Sound string

공개 메소드들

메소드 설명
KeyAction ( int id, string key, string description, string sound ) : System

메소드 상세

KeyAction() 공개 메소드

public KeyAction ( int id, string key, string description, string sound ) : System
id int
key string
description string
sound string
리턴 System

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Id 공개적으로 프로퍼티

public int Id
리턴 int

Key 공개적으로 프로퍼티

public string Key
리턴 string

Sound 공개적으로 프로퍼티

public string Sound
리턴 string