AbstractInfoBaseTInfoReplaceWithTNewInfo Method |
Initiates the system to replace the info type with a specified type that must inherit from the original info type
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static IConditionalObjectFactory ReplaceWith<TNewInfo>()
where TNewInfo : new()
Type Parameters
- TNewInfo
Return Value
Type:
IConditionalObjectFactorySee Also