Click or drag to resize

WFSParserBaseGetSchemaDataString Method

Gets JSON object containing the schema data

Namespace:  Cadcorp.Configuration.Parser
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected virtual string GetSchemaDataString(
	XmlNode feature,
	XmlNamespaceManager nsmgr,
	WFSSchemaColumn[] schemaColumns,
	string WfsFeaturePrefix
)

Parameters

feature
Type: System.XmlXmlNode
XML node that contains the WFS feature
nsmgr
Type: System.XmlXmlNamespaceManager
The namespace manager to use for queries
schemaColumns
Type: Cadcorp.ConfigurationWFSSchemaColumn
The schema columns to get data for
WfsFeaturePrefix
Type: SystemString
The feature prefix

Return Value

Type: String
A string containing the schema data
See Also