C# 클래스 ScrewTurn.Wiki.RecentChanges

Manages the Wiki's Recent Changes.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
AddChange ( string page, string title, string messageSubject, System.DateTime dateTime, string user, Change change, string descr ) : void

Adds a new change.

GetAllChanges ( ) : ScrewTurn.Wiki.PluginFramework.RecentChange[]

Gets all the changes, sorted by date/time ascending.

메소드 상세

AddChange() 공개 정적인 메소드

Adds a new change.
public static AddChange ( string page, string title, string messageSubject, System.DateTime dateTime, string user, Change change, string descr ) : void
page string The page name.
title string The page title.
messageSubject string The message subject.
dateTime System.DateTime The date/time.
user string The user.
change Change The change.
descr string The description (optional).
리턴 void

GetAllChanges() 공개 정적인 메소드

Gets all the changes, sorted by date/time ascending.
public static GetAllChanges ( ) : ScrewTurn.Wiki.PluginFramework.RecentChange[]
리턴 ScrewTurn.Wiki.PluginFramework.RecentChange[]