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 protected delegate ChildType CreateChildInstanceMethod()
Return Value
Type:
ChildTypeA new empty instance of child object.
See Also