C# Класс P02Project.Resources.xml.XMLUtilities

Provides methods to read and parse xml files that follow a specific schem (PageModel or BeadModel).
Показать файл Открыть проект

Открытые методы

Метод Описание
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