C# Class Sage.Controllers.ControllerMessage

Represents a single message that a controller is sending to the view.
Inheritance: IXmlConvertible
Afficher le fichier Open project: igorfrance/sage Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( XmlElement element ) : void

Parses the specified element into the current object.

ToString ( ) : string
ToXml ( XmlDocument document ) : XmlElement

Generates an XmlElement that represents this instance.

Method Details

Parse() public méthode

Parses the specified element into the current object.
public Parse ( XmlElement element ) : void
element System.Xml.XmlElement The element to parse.
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXml() public méthode

Generates an XmlElement that represents this instance.
public ToXml ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument The document to use to create the element with.
Résultat System.Xml.XmlElement