Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeAddChild Method

Creates a new instance of child object, not yet saved in database. Using the standard method CreateChildInstance.

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()

Return Value

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