Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeAddChild Method (PFRelation_BaseObjectParentType, ChildTypeCreateChildInstanceMethod)

Creates a new instance of child object, not yet saved in database. Using a custom method to create the object.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected ChildType AddChild(
	PFRelation_BaseObjectParentType, ChildTypeCreateChildInstanceMethod creator
)

Parameters

creator
Type: Packflow.CorePFRelation_BaseObjectParentType, ChildTypeCreateChildInstanceMethod

Return Value

Type: ChildType
A new instance of child object, not yet saved in database.
See Also