Click or drag to resize
FakeClassStructureInfo Constructor
Constructor

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
public FakeClassStructureInfo(
	Type type,
	bool getFromParentType = true
)

Parameters

type
Type: SystemType
Class type to fake
getFromParentType (Optional)
Type: SystemBoolean
If true, the columns from parent type are extracted
See Also