[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Fügt ein Kindobjekt ein und weist ihm die übergebene ID zu.

Namespace: DynamicNode.Model
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
protected void AddChildWithId(
	TChild childToAdd,
	int id
)
Visual Basic
Protected Sub AddChildWithId ( _
	childToAdd As TChild, _
	id As Integer _
)
F#
member AddChildWithId : 
        childToAdd:'TChild * 
        id:int -> unit 

Parameters

childToAdd
Type: TChild
Ein neues Kindobjekt.
id
Type: System..::..Int32
Die ID, welche das Kindobjekt bekommen soll.

See Also