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: 7.2.0.0 (7.2.7583.15464)
Syntax public static bool Implements<TBusinessObject>(
IObject pObject
)
where TBusinessObject : class
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