C# Class SoftwareKobo.UniversalToolkit.Utils.AppxManifest.ManifestBase

Afficher le fichier Open project: h82258652/SoftwareKobo.UniversalToolkit

Méthodes publiques

Méthode Description
ToString ( ) : string
this ( string attribute ) : string

Méthodes protégées

Méthode Description
GetChildElement ( string element ) : System.Xml.Linq.XElement
ManifestBase ( System.Xml.Linq.XElement manifestElement ) : System.Xml.Linq

Method Details

GetChildElement() protected méthode

protected GetChildElement ( string element ) : System.Xml.Linq.XElement
element string
Résultat System.Xml.Linq.XElement

ManifestBase() protected méthode

protected ManifestBase ( System.Xml.Linq.XElement manifestElement ) : System.Xml.Linq
manifestElement System.Xml.Linq.XElement
Résultat System.Xml.Linq

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string attribute ) : string
attribute string
Résultat string