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

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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 method

public AddXmlAttribute ( Type fieldType, String fieldName, String xmlAttribute, String xmlNamespace ) : void
fieldType System.Type
fieldName String
xmlAttribute String
xmlNamespace String
return void

AddXmlElement() public method

public AddXmlElement ( Type fieldType, String fieldName, String xmlElement, String xmlNamespace ) : void
fieldType System.Type
fieldName String
xmlElement String
xmlNamespace String
return void

GetFieldTypeAndNameFromXmlAttribute() public method

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

GetFieldTypeAndNameFromXmlElement() public method

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

XmlToFieldTypeMap() public method

public XmlToFieldTypeMap ( ) : System
return System