C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.Sounds.XmlStopAllSoundsBrick

Inheritance: XmlBrick, IStopSoundsBrick
Show file Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlStopAllSoundsBrick b ) : bool
GetHashCode ( ) : int
XmlStopAllSoundsBrick ( ) : System.Xml.Linq
XmlStopAllSoundsBrick ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq

Private Methods

Method Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Method Details

Equals() public method

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

Equals() public method

public Equals ( XmlStopAllSoundsBrick b ) : bool
b XmlStopAllSoundsBrick
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlStopAllSoundsBrick() public method

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

XmlStopAllSoundsBrick() public method

public XmlStopAllSoundsBrick ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq
xElement System.Xml.Linq.XElement
return System.Xml.Linq