C# 클래스 P02Project.Resources.xml.XMLUtilities

Provides methods to read and parse xml files that follow a specific schem (PageModel or BeadModel).
파일 보기 프로젝트 열기: raouldc/OptiDev

공개 메소드들

메소드 설명
GetBeadsContentFromFile ( String filePath ) : BeadModel

Gets the contents of a BeanModel form the specified xml file at filepath

GetContentFromFile ( String filePath ) : PageModel

Gets the contents of a page model specified at filepath

GetContentFromPage ( string url ) : PageModel

메소드 상세

GetBeadsContentFromFile() 공개 정적인 메소드

Gets the contents of a BeanModel form the specified xml file at filepath
public static GetBeadsContentFromFile ( String filePath ) : BeadModel
filePath String
리턴 BeadModel

GetContentFromFile() 공개 정적인 메소드

Gets the contents of a page model specified at filepath
public static GetContentFromFile ( String filePath ) : PageModel
filePath String
리턴 PageModel

GetContentFromPage() 공개 정적인 메소드

public static GetContentFromPage ( string url ) : PageModel
url string
리턴 PageModel