AutomatedTestsWithDataGetClassXmlSchemaT Method |
Gets the class XML schema for the given type
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public string GetClassXmlSchema<T>(
bool getFromParentType = false
)
Parameters
- getFromParentType (Optional)
- Type: SystemBoolean
If true, the columns from parent type are extracted
Type Parameters
- T
Return Value
Type:
StringSee Also