C# Class Catrobat.IDE.Core.Xml.XmlObjects.Bricks.ControlFlow.XmlWaitBrick

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

Private Properties

Property Type Description
CreateXml System.Xml.Linq.XElement
LoadFromXml void

Public Methods

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

LoadReference() public method

public LoadReference ( ) : void
return void

XmlWaitBrick() public method

public XmlWaitBrick ( ) : System
return System

XmlWaitBrick() public method

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