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

Inheritance: XmlObjectNode
Show file Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlFormula f ) : bool
GetHashCode ( ) : int
XmlFormula ( ) : System.Xml.Linq
XmlFormula ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq
XmlFormula ( System.Xml.Linq.XElement xRoot, String formulaCategory ) : System.Xml.Linq

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 ( XmlFormula f ) : bool
f XmlFormula
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlFormula() public method

public XmlFormula ( ) : System.Xml.Linq
return System.Xml.Linq

XmlFormula() public method

public XmlFormula ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq
xElement System.Xml.Linq.XElement
return System.Xml.Linq

XmlFormula() public method

public XmlFormula ( System.Xml.Linq.XElement xRoot, String formulaCategory ) : System.Xml.Linq
xRoot System.Xml.Linq.XElement
formulaCategory String
return System.Xml.Linq