C# Class Sage.Configuration.ErrorViewInfo

Contains information about a meta view.
Afficher le fichier Open project: igorfrance/sage Class Usage Examples

Méthodes publiques

Méthode Description
ErrorViewInfo ( XmlElement element ) : System

Initializes a new instance of the ErrorViewInfo class.

ToXml ( XmlDocument document ) : XmlElement

Method Details

ErrorViewInfo() public méthode

Initializes a new instance of the ErrorViewInfo class.
public ErrorViewInfo ( XmlElement element ) : System
element System.Xml.XmlElement The info element.
Résultat System

ToXml() public méthode

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