Click or drag to resize

PFWidgetMetadata Constructor

Initializes a new instance of PFWidgetMetadata. The PFWidgetAttribute defined on the widget class.The type of the class representing the widget.

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFWidgetMetadata(
	PFWidgetAttribute attribute,
	Type declaringType
)

Parameters

attribute
Type: Packflow.Core.WidgetsPFWidgetAttribute
declaringType
Type: SystemType
See Also