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

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

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlUserVariable v ) : bool
GetHashCode ( ) : int
XmlUserVariable ( ) : Catrobat_Player.NativeComponent
XmlUserVariable ( 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

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

Equals() public method

public Equals ( XmlUserVariable v ) : bool
v XmlUserVariable
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlUserVariable() public method

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

XmlUserVariable() public method

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