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

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

Public Properties

Property Type Description
_reference string

Public Methods

Method Description
LoadReference ( ) : void
XmlUserVariableReference ( ) : System.Xml.Linq
XmlUserVariableReference ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq

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

XmlUserVariableReference() public method

public XmlUserVariableReference ( ) : System.Xml.Linq
return System.Xml.Linq

XmlUserVariableReference() public method

public XmlUserVariableReference ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq
xElement System.Xml.Linq.XElement
return System.Xml.Linq

Property Details

_reference public property

public string _reference
return string