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

Inheritance: XmlScript, IStartScript
Show file Open project: Catrobat/CatrobatForWindows

Public Methods

Method Description
XmlStartScript ( ) : Catrobat_Player.NativeComponent
XmlStartScript ( System.Xml.Linq.XElement xElement ) : Catrobat_Player.NativeComponent

Private Methods

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

Method Details

XmlStartScript() public method

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

XmlStartScript() public method

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