ModelUtilsImplementsTBusinessObject Method |
Detects if an object implements a specific business objects interface.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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:
Booleantrue if the object implements the business objects interface; otherwise
false.
See Also