C# Class LiveBoard.Model.Board

보드 오브젝트.
Inheritance: GalaSoft.MvvmLight.ObservableObject
Afficher le fichier Open project: vapps/Modern_LiveBoard Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExportToPage ( System.Xml.Linq.XElement xElement, IEnumerable templates ) : IPage

XML데이터를 페이지 오브젝트화 한다.

FromXml ( System.Xml.Linq.XElement xml, IEnumerable templates ) : Board

XML에서 구축.

ToXml ( ) : System.Xml.Linq.XElement

XML로 출력.

Method Details

ExportToPage() public static méthode

XML데이터를 페이지 오브젝트화 한다.
public static ExportToPage ( System.Xml.Linq.XElement xElement, IEnumerable templates ) : IPage
xElement System.Xml.Linq.XElement
templates IEnumerable
Résultat IPage

FromXml() public static méthode

XML에서 구축.
public static FromXml ( System.Xml.Linq.XElement xml, IEnumerable templates ) : Board
xml System.Xml.Linq.XElement
templates IEnumerable
Résultat Board

ToXml() public méthode

XML로 출력.
public ToXml ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement