C# Class System.Xml.Serialization.ListMap

Inheritance: ObjectMap
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

Equals() public méthode

public Equals ( object other ) : bool
other object
Résultat bool

FindElement() public méthode

public FindElement ( object ob, int index, object memberValue ) : System.Xml.Serialization.XmlTypeMapElementInfo
ob object
index int
memberValue object
Résultat System.Xml.Serialization.XmlTypeMapElementInfo

FindElement() public méthode

public FindElement ( string elementName, string ns ) : System.Xml.Serialization.XmlTypeMapElementInfo
elementName string
ns string
Résultat System.Xml.Serialization.XmlTypeMapElementInfo

FindTextElement() public méthode

public FindTextElement ( ) : System.Xml.Serialization.XmlTypeMapElementInfo
Résultat System.Xml.Serialization.XmlTypeMapElementInfo

GetArrayType() public méthode

public GetArrayType ( int itemCount, string &localName, string &ns ) : void
itemCount int
localName string
ns string
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSchemaArrayName() public méthode

public GetSchemaArrayName ( ) : string
Résultat string