Click or drag to resize
IPackageIsDependentOn Method
Indicates if this package depends on pPackage.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool IsDependentOn(
	IPackage pPackage,
	bool recursive
)

Parameters

pPackage
Type: PDTec.IceNet.Core.ModelIPackage
The package to be tested against
recursive
Type: SystemBoolean
If recursive is set to true, indirect depenency is taken into acount. Otherwise only direct dependency is indicated.

Return Value

Type: Boolean
true if this package depends on pPackage, otherwise false
See Also