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

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

Private Properties

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

Public Methods

Method Description
XmlWhenScript ( ) : System.Collections.Generic
XmlWhenScript ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic

Private Methods

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

Method Details

XmlWhenScript() public method

public XmlWhenScript ( ) : System.Collections.Generic
return System.Collections.Generic

XmlWhenScript() public method

public XmlWhenScript ( System.Xml.Linq.XElement xElement ) : System.Collections.Generic
xElement System.Xml.Linq.XElement
return System.Collections.Generic