C# Class Catrobat.IDE.Core.Xml.XmlObjects.XmlSound

Inheritance: XmlObjectNode
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( System obj ) : bool
Equals ( XmlSound s ) : bool
GetHashCode ( ) : int
XmlSound ( ) : System.Xml.Linq
XmlSound ( string name ) : System.Xml.Linq

Private Methods

Méthode Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void
XmlSound ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq

Method Details

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

Equals() public méthode

public Equals ( XmlSound s ) : bool
s XmlSound
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XmlSound() public méthode

public XmlSound ( ) : System.Xml.Linq
Résultat System.Xml.Linq

XmlSound() public méthode

public XmlSound ( string name ) : System.Xml.Linq
name string
Résultat System.Xml.Linq