Click or drag to resize
IFakeMethodsGetClassXmlSchemaT Method
Gets the class XML schema for the given type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also