FakeClassStructureInfo Constructor |
Constructor
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax 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