Méthode | Description | |
---|---|---|
CodeXmlNamespaceForClrTypeNamespace ( String typeNamespace, String assemblyName ) : String | ||
DecodeXmlNamespaceForClrTypeNamespace ( String inNamespace, String &typeNamespace, String &assemblyName ) : bool | ||
GetInteropFieldTypeAndNameFromXmlAttribute ( |
||
GetInteropFieldTypeAndNameFromXmlElement ( |
||
GetInteropTypeFromXmlElement ( String xmlElement, String xmlNamespace ) : |
||
GetInteropTypeFromXmlType ( String xmlType, String xmlTypeNamespace ) : |
||
GetSoapActionFromMethodBase ( |
||
GetTypeAndMethodNameFromSoapAction ( String soapAction, String &typeName, String &methodName ) : bool | ||
GetXmlElementForInteropType ( |
||
GetXmlNamespaceForMethodCall ( |
||
GetXmlNamespaceForMethodResponse ( |
||
GetXmlTypeForInteropType ( |
||
IsClrTypeNamespace ( String namespaceString ) : bool | ||
IsSoapActionValidForMethodBase ( String soapAction, |
||
PreLoad ( |
||
PreLoad ( |
||
RegisterInteropXmlElement ( String xmlElement, String xmlNamespace, |
||
RegisterInteropXmlType ( String xmlType, String xmlTypeNamespace, |
||
RegisterSoapActionForMethodBase ( |
||
RegisterSoapActionForMethodBase ( |
Méthode | Description | |
---|---|---|
CreateKey ( String elementName, String elementNamespace ) : String | ||
IsNameNull ( String name ) : bool | ||
SoapServices ( ) : System | ||
UriDecode ( String value ) : String | ||
UriEncode ( String value, StringBuilder sb ) : void |
public static CodeXmlNamespaceForClrTypeNamespace ( String typeNamespace, String assemblyName ) : String | ||
typeNamespace | String | |
assemblyName | String | |
Résultat | String |
public static DecodeXmlNamespaceForClrTypeNamespace ( String inNamespace, String &typeNamespace, String &assemblyName ) : bool | ||
inNamespace | String | |
typeNamespace | String | |
assemblyName | String | |
Résultat | bool |
public static GetInteropFieldTypeAndNameFromXmlAttribute ( |
||
containingType | ||
xmlAttribute | String | |
xmlNamespace | String | |
type | ||
name | String | |
Résultat | void |
public static GetInteropFieldTypeAndNameFromXmlElement ( |
||
containingType | ||
xmlElement | String | |
xmlNamespace | String | |
type | ||
name | String | |
Résultat | void |
public static GetInteropTypeFromXmlElement ( String xmlElement, String xmlNamespace ) : |
||
xmlElement | String | |
xmlNamespace | String | |
Résultat |
public static GetInteropTypeFromXmlType ( String xmlType, String xmlTypeNamespace ) : |
||
xmlType | String | |
xmlTypeNamespace | String | |
Résultat |
public static GetSoapActionFromMethodBase ( |
||
mb | ||
Résultat | String |
public static GetTypeAndMethodNameFromSoapAction ( String soapAction, String &typeName, String &methodName ) : bool | ||
soapAction | String | |
typeName | String | |
methodName | String | |
Résultat | bool |
public static GetXmlElementForInteropType ( |
||
type | ||
xmlElement | String | |
xmlNamespace | String | |
Résultat | bool |
public static GetXmlNamespaceForMethodCall ( |
||
mb | ||
Résultat | String |
public static GetXmlNamespaceForMethodResponse ( |
||
mb | ||
Résultat | String |
public static GetXmlTypeForInteropType ( |
||
type | ||
xmlType | String | |
xmlTypeNamespace | String | |
Résultat | bool |
public static IsClrTypeNamespace ( String namespaceString ) : bool | ||
namespaceString | String | |
Résultat | bool |
public static IsSoapActionValidForMethodBase ( String soapAction, |
||
soapAction | String | |
mb | ||
Résultat | bool |
public static PreLoad ( |
||
assembly | ||
Résultat | void |
public static PreLoad ( |
||
type | ||
Résultat | void |
public static RegisterInteropXmlElement ( String xmlElement, String xmlNamespace, |
||
xmlElement | String | |
xmlNamespace | String | |
type | ||
Résultat | void |
public static RegisterInteropXmlType ( String xmlType, String xmlTypeNamespace, |
||
xmlType | String | |
xmlTypeNamespace | String | |
type | ||
Résultat | void |
public static RegisterSoapActionForMethodBase ( |
||
mb | ||
Résultat | void |
public static RegisterSoapActionForMethodBase ( |
||
mb | ||
soapAction | String | |
Résultat | void |