C# Class LiveBoard.Model.Board

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

Private Properties

Property Type Description

Public Methods

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

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

FromXml() public static method

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

ToXml() public method

XML로 출력.
public ToXml ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement