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 protected ChildType AddChild()
Return Value
Type:
ChildTypeA new instance of child object, not yet saved in database.
See Also