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

Inheritance: XmlBrick, IIfEndBrick
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Private Properties

Свойство Type Description
CreateXml System.Xml.Linq.XElement
LoadFromXml void

Méthodes publiques

Méthode Description
Equals ( System obj ) : bool
Equals ( XmlIfLogicEndBrick b ) : bool
GetHashCode ( ) : int
LoadReference ( ) : void
XmlIfLogicEndBrick ( ) : Catrobat_Player.NativeComponent
XmlIfLogicEndBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent

Private Methods

Méthode Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Method Details

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

Equals() public méthode

public Equals ( XmlIfLogicEndBrick b ) : bool
b XmlIfLogicEndBrick
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LoadReference() public méthode

public LoadReference ( ) : void
Résultat void

XmlIfLogicEndBrick() public méthode

public XmlIfLogicEndBrick ( ) : Catrobat_Player.NativeComponent
Résultat Catrobat_Player.NativeComponent

XmlIfLogicEndBrick() public méthode

public XmlIfLogicEndBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
Résultat Catrobat_Player.NativeComponent