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

Inheritance: XmlObjectNode, IBrick
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( System obj ) : bool
Equals ( XmlBrick b ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode 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

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

Method Details

CreateCommonXML() protected méthode

protected CreateCommonXML ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
Résultat void

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LoadFromCommonXML() protected méthode

protected LoadFromCommonXML ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
Résultat void

XmlBrick() protected méthode

protected XmlBrick ( ) : Catrobat_Player.NativeComponent
Résultat Catrobat_Player.NativeComponent

XmlBrick() protected méthode

protected XmlBrick ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent
xElement System.Xml.Linq.XElement
Résultat Catrobat_Player.NativeComponent