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

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public 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

Implements

IFakeMethodsInfoTInfo(InfoFakeSettings)
See Also