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

Mostrar archivo Open project: h82258652/SoftwareKobo.UniversalToolkit

Public Methods

Method Description
ToString ( ) : string
this ( string attribute ) : string

Protected Methods

Method Description
GetChildElement ( string element ) : System.Xml.Linq.XElement
ManifestBase ( System.Xml.Linq.XElement manifestElement ) : System.Xml.Linq

Method Details

GetChildElement() protected method

protected GetChildElement ( string element ) : System.Xml.Linq.XElement
element string
return System.Xml.Linq.XElement

ManifestBase() protected method

protected ManifestBase ( System.Xml.Linq.XElement manifestElement ) : System.Xml.Linq
manifestElement System.Xml.Linq.XElement
return System.Xml.Linq

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string attribute ) : string
attribute string
return string