Click or drag to resize
ModelUtilsImplementsTBusinessObject Method
Detects if an object implements a specific business objects interface.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static bool Implements<TBusinessObject>(
	IObject pObject
)

Parameters

pObject
Type: PDTec.IceNet.Core.ModelIObject
The object.

Type Parameters

TBusinessObject
The business object interface.

Return Value

Type: Boolean
true if the object implements the business objects interface; otherwise false.
See Also