C# Class VVVV.Packs.Messaging.Nodes.TypeablePinNode

Inheritance: IPluginEvaluate, IPartImportsSatisfiedNotification
Exibir arquivo Open project: velcrome/vvvv-Message

Protected Properties

Property Type Description
FValue IIOContainer
TargetDynamicType System.Type

Public Methods

Method Description
Evaluate ( int SpreadMax ) : void
OnImportsSatisfied ( ) : void

Protected Methods

Method Description
ConfigPin ( IDiffSpread spread ) : void
DefinePin ( FormularFieldDescriptor field ) : IOAttribute
OnConfigChange ( IDiffSpread configSpread ) : void

Method Details

ConfigPin() protected method

protected ConfigPin ( IDiffSpread spread ) : void
spread IDiffSpread
return void

DefinePin() protected abstract method

protected abstract DefinePin ( FormularFieldDescriptor field ) : IOAttribute
field FormularFieldDescriptor
return IOAttribute

Evaluate() public abstract method

public abstract Evaluate ( int SpreadMax ) : void
SpreadMax int
return void

OnConfigChange() protected method

protected OnConfigChange ( IDiffSpread configSpread ) : void
configSpread IDiffSpread
return void

OnImportsSatisfied() public method

public OnImportsSatisfied ( ) : void
return void

Property Details

FValue protected_oe property

protected IIOContainer FValue
return IIOContainer

TargetDynamicType protected_oe property

protected Type,System TargetDynamicType
return System.Type