CObjectImplBaseTryCastBaseT Method |
Namespace:
PDTec.IceNet.Sdk.Implementation
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public bool TryCastBase<T>(
IObjType pObjType,
out T pBusinessObject
)
where T : class
Parameters
- pObjType
- Type: PDTec.IceNet.Core.ModelIObjType
- pBusinessObject
- Type: T
Type Parameters
- T
Return Value
Type:
BooleanSee Also