C# Class Catrobat.IDE.Core.Xml.XmlObjects.Formulas.XmlFormulaTree

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

Private Properties

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

Méthodes publiques

Méthode Description
Equals ( System obj ) : bool
Equals ( XmlFormulaTree t ) : bool
GetHashCode ( ) : int
XmlFormulaTree ( ) : Catrobat_Player.NativeComponent
XmlFormulaTree ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent

Private Methods

Méthode Description
CreateXML ( string childName ) : System.Xml.Linq.XElement
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 ( XmlFormulaTree t ) : bool
t XmlFormulaTree
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XmlFormulaTree() public méthode

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

XmlFormulaTree() public méthode

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