C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.ControlFlow.XmlIfLogicElseBrick

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

Private Properties

Property Type Description
CreateXml System.Xml.Linq.XElement
LoadFromXml void

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlIfLogicElseBrick b ) : bool
GetHashCode ( ) : int
LoadReference ( ) : void
XmlIfLogicElseBrick ( ) : Catrobat_Player.NativeComponent
XmlIfLogicElseBrick ( 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 ( XmlIfLogicElseBrick b ) : bool
b XmlIfLogicElseBrick
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoadReference() public method

public LoadReference ( ) : void
return void

XmlIfLogicElseBrick() public method

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

XmlIfLogicElseBrick() public method

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