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

Inheritance: XmlObjectNode, ILook
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

Equals() public méthode

public Equals ( XmlLook l ) : bool
l XmlLook
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XmlLook() public méthode

public XmlLook ( ) : System.Xml.Linq
Résultat System.Xml.Linq

XmlLook() public méthode

public XmlLook ( string name ) : System.Xml.Linq
name string
Résultat System.Xml.Linq