C# Class Sage.Configuration.MetaViewInfo

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

Méthodes publiques

Méthode Description
MetaViewInfo ( XmlElement infoElement ) : System

Initializes a new instance of the MetaViewInfo class.

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

Private Methods

Méthode Description
Load ( SageContext context ) : MetaViewInfo

Method Details

MetaViewInfo() public méthode

Initializes a new instance of the MetaViewInfo class.
public MetaViewInfo ( XmlElement infoElement ) : System
infoElement System.Xml.XmlElement The info element.
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