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

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

Public Properties

Property Type Description
UserVariables List

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlUserVariableList l ) : bool
GetHashCode ( ) : int
XmlUserVariableList ( ) : System.Collections.Generic
XmlUserVariableList ( 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

Equals() public method

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

Equals() public method

public Equals ( XmlUserVariableList l ) : bool
l XmlUserVariableList
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlUserVariableList() public method

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

XmlUserVariableList() public method

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

Property Details

UserVariables public property

public List UserVariables
return List