C# Класс Quelea.AbstractBehaviorComponent

Наследование: AbstractRuleComponent
Показать файл Открыть проект

Защищенные методы

Метод Описание
AbstractBehaviorComponent ( string name, string nickname, string description, string subcategory, Bitmap icon, string componentGuid ) : System.Drawing

Initializes a new instance of the AbstractAgentRuleComponent class.

RegisterOutputParams ( GH_OutputParamManager pManager ) : void

Registers all the output parameters for this component.

Run ( ) : bool
SetOutputs ( IGH_DataAccess da ) : void

Описание методов

AbstractBehaviorComponent() защищенный Метод

Initializes a new instance of the AbstractAgentRuleComponent class.
protected AbstractBehaviorComponent ( 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

RegisterOutputParams() защищенный Метод

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_OutputParamManager pManager ) : void
pManager GH_OutputParamManager
Результат void

Run() защищенный абстрактный Метод

protected abstract Run ( ) : bool
Результат bool

SetOutputs() защищенный Метод

protected SetOutputs ( IGH_DataAccess da ) : void
da IGH_DataAccess
Результат void