C# Class Catrobat.IDE.Core.Xml.XmlObjects.Variables.XmlObjectVariableList

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

Public Properties

Property Type Description
ObjectVariableEntries List

Public Methods

Method Description
LoadReference ( ) : void
XmlObjectVariableList ( ) : System.Collections.Generic
XmlObjectVariableList ( 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

LoadReference() public method

public LoadReference ( ) : void
return void

XmlObjectVariableList() public method

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

XmlObjectVariableList() public method

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

Property Details

ObjectVariableEntries public property

public List ObjectVariableEntries
return List