Method | Description | |
---|---|---|
Equals ( object other ) : bool | ||
FindElement ( object ob, int index, object memberValue ) : System.Xml.Serialization.XmlTypeMapElementInfo | ||
FindElement ( string elementName, string ns ) : System.Xml.Serialization.XmlTypeMapElementInfo | ||
FindTextElement ( ) : System.Xml.Serialization.XmlTypeMapElementInfo | ||
GetArrayType ( int itemCount, string &localName, string &ns ) : void | ||
GetHashCode ( ) : int | ||
GetSchemaArrayName ( ) : string |
public FindElement ( object ob, int index, object memberValue ) : System.Xml.Serialization.XmlTypeMapElementInfo | ||
ob | object | |
index | int | |
memberValue | object | |
return | System.Xml.Serialization.XmlTypeMapElementInfo |
public FindElement ( string elementName, string ns ) : System.Xml.Serialization.XmlTypeMapElementInfo | ||
elementName | string | |
ns | string | |
return | System.Xml.Serialization.XmlTypeMapElementInfo |
public FindTextElement ( ) : System.Xml.Serialization.XmlTypeMapElementInfo | ||
return | System.Xml.Serialization.XmlTypeMapElementInfo |
public GetArrayType ( int itemCount, string &localName, string &ns ) : void | ||
itemCount | int | |
localName | string | |
ns | string | |
return | void |