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

Inheritance: XmlBrick, IChangeYByBrick
Show file Open project: Catrobat/CatrobatForWindows Class Usage Examples

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlChangeYByBrick b ) : bool
GetHashCode ( ) : int
LoadReference ( ) : void
XmlChangeYByBrick ( ) : System
XmlChangeYByBrick ( 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 ( XmlChangeYByBrick b ) : bool
b XmlChangeYByBrick
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoadReference() public method

public LoadReference ( ) : void
return void

XmlChangeYByBrick() public method

public XmlChangeYByBrick ( ) : System
return System

XmlChangeYByBrick() public method

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