C# Class Sage.Configuration.CategoryInfo

Contains configuration information about a category (such as 'football' or 'outdoor').
Inheritance: IXmlConvertible
Afficher le fichier Open project: igorfrance/sage Class Usage Examples

Méthodes publiques

Méthode Description
CategoryInfo ( XmlElement element ) : System

Initializes a new instance of the CategoryInfo class.

CategoryInfo ( string categoryName ) : System

Initializes a new instance of the CategoryInfo class.

Parse ( XmlElement element ) : void
ToString ( ) : string
ToXml ( XmlDocument document ) : XmlElement

Private Methods

Méthode Description
CategoryInfo ( ) : System

Method Details

CategoryInfo() public méthode

Initializes a new instance of the CategoryInfo class.
public CategoryInfo ( XmlElement element ) : System
element System.Xml.XmlElement The that contains this category's configuration.
Résultat System

CategoryInfo() public méthode

Initializes a new instance of the CategoryInfo class.
public CategoryInfo ( string categoryName ) : System
categoryName string The name of this category.
Résultat System

Parse() public méthode

public Parse ( XmlElement element ) : void
element System.Xml.XmlElement
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXml() public méthode

public ToXml ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
Résultat System.Xml.XmlElement