C# 클래스 Quelea.AbstractRuleComponent

상속: AbstractComponent
파일 보기 프로젝트 열기: lxfschr/Quelea

보호된 프로퍼티들

프로퍼티 타입 설명
apply bool

보호된 메소드들

메소드 설명
AbstractRuleComponent ( string name, string nickname, string description, string subcategory, Bitmap icon, string componentGuid ) : System.Drawing

Initializes a new instance of the AbstractRuleComponent class.

GetInputs ( IGH_DataAccess da ) : bool
RegisterInputParams ( GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

메소드 상세

AbstractRuleComponent() 보호된 메소드

Initializes a new instance of the AbstractRuleComponent class.
protected AbstractRuleComponent ( string name, string nickname, string description, string subcategory, Bitmap icon, string componentGuid ) : System.Drawing
name string
nickname string
description string
subcategory string
icon System.Drawing.Bitmap
componentGuid string
리턴 System.Drawing

GetInputs() 보호된 메소드

protected GetInputs ( IGH_DataAccess da ) : bool
da IGH_DataAccess
리턴 bool

RegisterInputParams() 보호된 메소드

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_InputParamManager pManager ) : void
pManager GH_InputParamManager
리턴 void

프로퍼티 상세

apply 보호되어 있는 프로퍼티

protected bool apply
리턴 bool