C# Class Catrobat.IDE.Core.Xml.XmlObjects.Scripts.XmlScriptList

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

Public Methods

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlScriptList() public method

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

XmlScriptList() public method

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