C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.XmlBrickList

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

Public Methods

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlBrickList() public method

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

XmlBrickList() public method

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