Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool SetParent(
	IEntity parent,
	IEntity child
)
Visual Basic
Function SetParent ( _
	parent As IEntity, _
	child As IEntity _
) As Boolean
Visual C++
bool SetParent(
	IEntity^ parent, 
	IEntity^ child
)

See Also