Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeCreateChildInstanceMethod Delegate

Represents the method used to instantiate children objects.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected delegate ChildType CreateChildInstanceMethod()

Return Value

Type: ChildType
A new empty instance of child object.
See Also