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

Inheritance: XmlObjectNode, IFormulaTree
ファイルを表示 Open project: Catrobat/CatrobatForWindows Class Usage Examples

Private Properties

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

Public Methods

Method 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

Method Description
CreateXML ( string childName ) : System.Xml.Linq.XElement
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 ( XmlFormulaTree t ) : bool
t XmlFormulaTree
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlFormulaTree() public method

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

XmlFormulaTree() public method

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