C# 클래스 Sage.Configuration.ErrorViewInfo

Contains information about a meta view.
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
ErrorViewInfo ( XmlElement element ) : System

Initializes a new instance of the ErrorViewInfo class.

ToXml ( XmlDocument document ) : XmlElement

메소드 상세

ErrorViewInfo() 공개 메소드

Initializes a new instance of the ErrorViewInfo class.
public ErrorViewInfo ( XmlElement element ) : System
element System.Xml.XmlElement The info element.
리턴 System

ToXml() 공개 메소드

public ToXml ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
리턴 System.Xml.XmlElement