C# Class NOS.Registration.PageRepository

Inheritance: IPageRepository
Afficher le fichier Open project: agross/netopenspace

Méthodes publiques

Méthode Description
FindPage ( string pageName ) : System.PageInfo
Save ( System.PageInfo page, string title, string userName, string comment, string content ) : void

Method Details

FindPage() public méthode

public FindPage ( string pageName ) : System.PageInfo
pageName string
Résultat System.PageInfo

Save() public méthode

public Save ( System.PageInfo page, string title, string userName, string comment, string content ) : void
page System.PageInfo
title string
userName string
comment string
content string
Résultat void