Click or drag to resize
IFakeMethodsInfoTInfo Method
Fakes the data for the given info

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
IInfoFake<TInfo> Info<TInfo>(
	InfoFakeSettings settings = null
)
where TInfo : new(), BaseInfo, IInfo

Parameters

settings (Optional)
Type: CMS.DataEngineInfoFakeSettings
Fake settings

Type Parameters

TInfo

Return Value

Type: IInfoFakeTInfo
See Also