C# Class HAMMER.Pants.ResourceFileParser

Datei anzeigen Open project: Code52/HAMMER Class Usage Examples

Public Properties

Property Type Description
XamlPresentationNamespace System.Xml.Linq.XNamespace
XamlRootNamespace System.Xml.Linq.XNamespace

Public Methods

Method Description
ResourceFileParser ( System.Xml.Linq.XDocument document ) : System.Collections.Generic
Update ( string baseColourHex ) : System.Xml.Linq.XDocument

Method Details

ResourceFileParser() public method

public ResourceFileParser ( System.Xml.Linq.XDocument document ) : System.Collections.Generic
document System.Xml.Linq.XDocument
return System.Collections.Generic

Update() public method

public Update ( string baseColourHex ) : System.Xml.Linq.XDocument
baseColourHex string
return System.Xml.Linq.XDocument

Property Details

XamlPresentationNamespace public_oe static_oe property

public static XNamespace,System.Xml.Linq XamlPresentationNamespace
return System.Xml.Linq.XNamespace

XamlRootNamespace public_oe static_oe property

public static XNamespace,System.Xml.Linq XamlRootNamespace
return System.Xml.Linq.XNamespace