C# 클래스 Sage.Configuration.MetaViewInfo

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

공개 메소드들

메소드 설명
MetaViewInfo ( XmlElement infoElement ) : System

Initializes a new instance of the MetaViewInfo class.

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

비공개 메소드들

메소드 설명
Load ( SageContext context ) : MetaViewInfo

메소드 상세

MetaViewInfo() 공개 메소드

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

Parse() 공개 메소드

public Parse ( XmlElement element ) : void
element System.Xml.XmlElement
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

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