C# 클래스 Sage.Controllers.ControllerMessage

Represents a single message that a controller is sending to the view.
상속: IXmlConvertible
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Parse() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

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