Click or drag to resize

WebFormBlockObjectsFinderSearchType Delegate

Represents a method that tries to find one or more objects of type SearchType in a block.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public delegate List<SearchType> WebFormBlockObjectsFinder<SearchType>(
	WebFormBlock block
)

Parameters

block
Type: Packflow.ModelingWebFormBlock

Type Parameters

SearchType

Return Value

Type: ListSearchType
See Also