C# 클래스 DataLayer.Startup.Internal.LoadDbDataFromXml

파일 보기 프로젝트 열기: JonPSmith/SampleMvcWebApp

공개 메소드들

메소드 설명
FormBlogsWithPosts ( string filepathWithinAssembly ) : IEnumerable

Loads the Blogs, Posts and Tags from Xml file

비공개 메소드들

메소드 설명
DecodeBlogs ( System.Xml.Linq.XElement element, Tag>.Dictionary tagsDict ) : IEnumerable
DecodeTags ( System.Xml.Linq.XElement element ) : Tag>.Dictionary

메소드 상세

FormBlogsWithPosts() 공개 정적인 메소드

Loads the Blogs, Posts and Tags from Xml file
public static FormBlogsWithPosts ( string filepathWithinAssembly ) : IEnumerable
filepathWithinAssembly string
리턴 IEnumerable