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

Inheritance: XmlObjectNode
Mostra file Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

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

Private Methods

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

public Equals ( System obj ) : bool
obj System
return bool

Equals() public method

public Equals ( XmlSound s ) : bool
s XmlSound
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlSound() public method

public XmlSound ( ) : System.Xml.Linq
return System.Xml.Linq

XmlSound() public method

public XmlSound ( string name ) : System.Xml.Linq
name string
return System.Xml.Linq