C# Class Catrobat.IDE.Core.Xml.XmlObjects.Scripts.XmlScript

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

Private Properties

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

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlScript s ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
CreateCommonXML ( System.Xml.Linq.XElement xRoot ) : void
XmlScript ( ) : System
XmlScript ( System.Xml.Linq.XElement xElement ) : System

Private Methods

Method Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromCommonXML ( System.Xml.Linq.XElement xRoot ) : void
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void

Method Details

CreateCommonXML() protected method

protected CreateCommonXML ( System.Xml.Linq.XElement xRoot ) : void
xRoot System.Xml.Linq.XElement
return void

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

Equals() public method

public Equals ( XmlScript s ) : bool
s XmlScript
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlScript() protected method

protected XmlScript ( ) : System
return System

XmlScript() protected method

protected XmlScript ( System.Xml.Linq.XElement xElement ) : System
xElement System.Xml.Linq.XElement
return System