System.Runtime.Serialization.XPathQueryGenerator.CreateFromDataContractSerializer C# (CSharp) Method

CreateFromDataContractSerializer() public static method

public static CreateFromDataContractSerializer ( Type type, MemberInfo pathToMember, XmlNamespaceManager &namespaces ) : string
type System.Type
pathToMember System.Reflection.MemberInfo
namespaces System.Xml.XmlNamespaceManager
return string
        public static string CreateFromDataContractSerializer(Type type, MemberInfo[] pathToMember, out XmlNamespaceManager namespaces)
        {
            return CreateFromDataContractSerializer(type, pathToMember, null, out namespaces);
        }

Same methods

XPathQueryGenerator::CreateFromDataContractSerializer ( System type, System pathToMember, System &namespaces ) : string
XPathQueryGenerator::CreateFromDataContractSerializer ( System type, System pathToMember, System rootElementXpath, System &namespaces ) : string
XPathQueryGenerator::CreateFromDataContractSerializer ( Type type, MemberInfo pathToMember, StringBuilder rootElementXpath, XmlNamespaceManager &namespaces ) : string