C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.Properties.XmlSetXBrick

Inheritance: XmlBrick, ISetXBrick
Mostra file Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlSetXBrick b ) : bool
GetHashCode ( ) : int
LoadReference ( ) : void
XmlSetXBrick ( ) : System
XmlSetXBrick ( System.Xml.Linq.XElement xElement ) : System

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 ( XmlSetXBrick b ) : bool
b XmlSetXBrick
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoadReference() public method

public LoadReference ( ) : void
return void

XmlSetXBrick() public method

public XmlSetXBrick ( ) : System
return System

XmlSetXBrick() public method

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