C# Class NOS.Registration.PageRepository

Inheritance: IPageRepository
ファイルを表示 Open project: agross/netopenspace

Public Methods

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

Method Details

FindPage() public method

public FindPage ( string pageName ) : System.PageInfo
pageName string
return System.PageInfo

Save() public method

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
return void