C# Class System.Runtime.Serialization.XPathQueryGenerator

ファイルを表示 Open project: dotnet/corefx

Public Methods

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

Private Methods

Method Description
GetDataMembers ( ClassDataContract contract ) : IEnumerable
ProcessClassDataContract ( ClassDataContract contract, ExportContext context, MemberInfo memberNode ) : System.Runtime.Serialization.DataContract
ProcessDataContract ( System.Runtime.Serialization.DataContract contract, ExportContext context, MemberInfo memberNode ) : System.Runtime.Serialization.DataContract

Method Details

CreateFromDataContractSerializer() public static method

public static CreateFromDataContractSerializer ( System type, System pathToMember, System &namespaces ) : string
type System
pathToMember System
namespaces System
return string

CreateFromDataContractSerializer() public static method

public static CreateFromDataContractSerializer ( System type, System pathToMember, System rootElementXpath, System &namespaces ) : string
type System
pathToMember System
rootElementXpath System
namespaces System
return string

CreateFromDataContractSerializer() public static method

public static CreateFromDataContractSerializer ( Type type, MemberInfo pathToMember, StringBuilder rootElementXpath, XmlNamespaceManager &namespaces ) : string
type System.Type
pathToMember System.Reflection.MemberInfo
rootElementXpath StringBuilder
namespaces System.Xml.XmlNamespaceManager
return string

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