RuntimeComponentData Class

Runtime component data.

Definition

Namespace: Karamba.GHopper.Utilities.UIWidgets
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public class RuntimeComponentData
Inheritance
Object    RuntimeComponentData

Constructors

RuntimeComponentData Initializes a new instance of the RuntimeComponentData class. Create a new static component data instance.

Properties

CachedDescription Get cached component description.
CachedIcon Get cached component icon.
CachedName Get cached component name.
CachedNickname Get cached component nickname.
DynamicInputs Get component's dynamic inputs. Contains those input parameters that do not belong the the component's default input section.
DynamicOutputs Get component's dynamic outputs. Contains those output parameters that do not belong the the component's default output section.
StaticInputs Get component's default inputs. Default inputs are those parameters that appear in the regular grasshopper component input section.
StaticOutputs Get component's default ouputs. Default outputs are those parameters that appear in the regular grasshopper component output section.

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetComponentInputs  
GetComponentInputSection  
GetComponentOutputs  
GetComponentOutputSection  
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
PrepareWrite Temporarily remove active unit's parameters.
RegisterUnit Register given evaluation unit.
RestoreWrite Restore component.
ToString Returns a string that represents the current object.
(Inherited from Object)
UnregisterUnit Unregister given evaluation unit.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also