C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.Properties.XmlHideBrick

Inheritance: XmlBrick, IHideBrick
Datei anzeigen Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

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

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 ( XmlHideBrick b ) : bool
b XmlHideBrick
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlHideBrick() public method

public XmlHideBrick ( ) : Catrobat_Player.NativeComponent
return Catrobat_Player.NativeComponent

XmlHideBrick() public method

public XmlHideBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
return Catrobat_Player.NativeComponent