This topic has not yet been rated - Rate this topic

XPathQueryGenerator.CreateFromDataContractSerializer Method (Type, MemberInfo[], StringBuilder, XmlNamespaceManager)

Creates an XPath from a data contract using the specified contract data type, array of metadata elements, the top level element, and namespaces.

Namespace:  System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public static string CreateFromDataContractSerializer(
	Type type,
	MemberInfo[] pathToMember,
	StringBuilder rootElementXpath,
	out XmlNamespaceManager namespaces
)

Parameters

type
Type: System.Type

The type that represents a data contract.

pathToMember
Type: System.Reflection.MemberInfo[]

The metadata, generated using the GetMember method of the Type class, that points to the specific data member used to generate the query.

rootElementXpath
Type: System.Text.StringBuilder

The top level element in the xpath.

namespaces
Type: System.Xml.XmlNamespaceManager

The XML namespaces and their prefixes found in the data contract.

Return Value

Type: System.String
String
The XPath generated from the type and member data.

.NET Framework

Supported in: 4.5, 4

.NET Framework Client Profile

Supported in: 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.