C# Class Sage.Controllers.ControllerMessage

Represents a single message that a controller is sending to the view.
Inheritance: IXmlConvertible
ファイルを表示 Open project: igorfrance/sage Class Usage Examples

Public Methods

Method 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 method

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

ToString() public method

public ToString ( ) : string
return string

ToXml() public method

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.
return System.Xml.XmlElement