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

Inheritance: XmlObjectNode
Show file Open project: Catrobat/CatrobatForWindows

Private Properties

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

Public Methods

Method Description
LoadReference ( ) : void
XmlObjectVariableEntry ( ) : System.Runtime.CompilerServices
XmlObjectVariableEntry ( System.Xml.Linq.XElement xElement ) : System.Runtime.CompilerServices

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

XmlObjectVariableEntry() public method

public XmlObjectVariableEntry ( ) : System.Runtime.CompilerServices
return System.Runtime.CompilerServices

XmlObjectVariableEntry() public method

public XmlObjectVariableEntry ( System.Xml.Linq.XElement xElement ) : System.Runtime.CompilerServices
xElement System.Xml.Linq.XElement
return System.Runtime.CompilerServices