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

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

Public Methods

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoadReference() public method

public LoadReference ( ) : void
return void

XmlSetYBrick() public method

public XmlSetYBrick ( ) : System
return System

XmlSetYBrick() public method

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