[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Überprüft, ob dieses Elternobjekt ein Kindobjekt mit der übergebenen ID id besitzt.

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

Syntax

C#
public bool ContainsChildWithId(
	int id
)
Visual Basic
Public Function ContainsChildWithId ( _
	id As Integer _
) As Boolean
F#
abstract ContainsChildWithId : 
        id:int -> bool 
override ContainsChildWithId : 
        id:int -> bool 

Parameters

id
Type: System..::..Int32
Die gesuchte ID.

Return Value

true, falls das Elternobjekt ein Kindobjekt mit der ID id besitzt, sonst false.

Implements

IParent<(Of <(<'TSelf, TChild>)>)>..::..ContainsChildWithId(Int32)

See Also