C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.XmlBrick

Inheritance: XmlObjectNode, IBrick
Show file Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlBrick b ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
CreateCommonXML ( System.Xml.Linq.XElement xRoot ) : void
LoadFromCommonXML ( System.Xml.Linq.XElement xRoot ) : void
XmlBrick ( ) : Catrobat_Player.NativeComponent
XmlBrick ( 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

CreateCommonXML() protected method

protected CreateCommonXML ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
return void

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoadFromCommonXML() protected method

protected LoadFromCommonXML ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
return void

XmlBrick() protected method

protected XmlBrick ( ) : Catrobat_Player.NativeComponent
return Catrobat_Player.NativeComponent

XmlBrick() protected method

protected XmlBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
return Catrobat_Player.NativeComponent