C# Class NovelTheory.Component.CssSheetDetails

显示文件 Open project: jamescurran/JavascriptHelper

Public Properties

Property Type Description
Name string
PathName string

Public Methods

Method Description
CssSheetDetails ( System.Xml.Linq.XElement xml ) : System
CssSheetDetails ( XmlElement xml ) : System

Private Methods

Method Description
Attribute ( System.Xml.Linq.XElement ele, string key ) : string
Attribute ( XmlElement ele, string key ) : string

Method Details

CssSheetDetails() public method

public CssSheetDetails ( System.Xml.Linq.XElement xml ) : System
xml System.Xml.Linq.XElement
return System

CssSheetDetails() public method

public CssSheetDetails ( XmlElement xml ) : System
xml System.Xml.XmlElement
return System

Property Details

Name public_oe property

public string Name
return string

PathName public_oe property

public string PathName
return string