Click or drag to resize
IInfoFakeTInfo Interface
Interface for automated tests fake of the info

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public interface IInfoFake<TInfo>
where TInfo : new(), BaseInfo, IInfo

Type Parameters

TInfo

The IInfoFakeTInfo type exposes the following members.

Properties
  NameDescription
Public propertyClassStructureInfo
Faked class structure info
Top
See Also