C# Class Catrobat.IDE.Core.Xml.XmlObjects.XmlLook

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

Public Methods

Method Description
Equals ( System obj ) : bool
Equals ( XmlLook l ) : bool
GetHashCode ( ) : int
XmlLook ( ) : System.Xml.Linq
XmlLook ( string name ) : System.Xml.Linq

Private Methods

Method Description
CreateXml ( ) : System.Xml.Linq.XElement
LoadFromXml ( System.Xml.Linq.XElement xRoot ) : void
XmlLook ( System.Xml.Linq.XElement xElement ) : System.Xml.Linq

Method Details

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

Equals() public method

public Equals ( XmlLook l ) : bool
l XmlLook
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XmlLook() public method

public XmlLook ( ) : System.Xml.Linq
return System.Xml.Linq

XmlLook() public method

public XmlLook ( string name ) : System.Xml.Linq
name string
return System.Xml.Linq