C# Class System.Runtime.Remoting.SoapServices.XmlToFieldTypeMap

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
AddXmlAttribute ( Type fieldType, String fieldName, String xmlAttribute, String xmlNamespace ) : void
AddXmlElement ( Type fieldType, String fieldName, String xmlElement, String xmlNamespace ) : void
GetFieldTypeAndNameFromXmlAttribute ( String xmlAttribute, String xmlNamespace, Type &type, String &name ) : void
GetFieldTypeAndNameFromXmlElement ( String xmlElement, String xmlNamespace, Type &type, String &name ) : void
XmlToFieldTypeMap ( ) : System

Method Details

AddXmlAttribute() public méthode

public AddXmlAttribute ( Type fieldType, String fieldName, String xmlAttribute, String xmlNamespace ) : void
fieldType System.Type
fieldName String
xmlAttribute String
xmlNamespace String
Résultat void

AddXmlElement() public méthode

public AddXmlElement ( Type fieldType, String fieldName, String xmlElement, String xmlNamespace ) : void
fieldType System.Type
fieldName String
xmlElement String
xmlNamespace String
Résultat void

GetFieldTypeAndNameFromXmlAttribute() public méthode

public GetFieldTypeAndNameFromXmlAttribute ( String xmlAttribute, String xmlNamespace, Type &type, String &name ) : void
xmlAttribute String
xmlNamespace String
type System.Type
name String
Résultat void

GetFieldTypeAndNameFromXmlElement() public méthode

public GetFieldTypeAndNameFromXmlElement ( String xmlElement, String xmlNamespace, Type &type, String &name ) : void
xmlElement String
xmlNamespace String
type System.Type
name String
Résultat void

XmlToFieldTypeMap() public méthode

public XmlToFieldTypeMap ( ) : System
Résultat System