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.
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.