C# Class Summa.Gui.DieuBookmarker

Inheritance: Summa.Core.IBookmarker
显示文件 Open project: wfarr/newskit

Public Methods

Method Description
CanBookmark ( ) : bool
DieuBookmarker ( ) : System
GetBookmarks ( ) : ArrayList
ShowBookmarkWindow ( string title, string url, string content, string tags ) : void

Method Details

CanBookmark() public method

public CanBookmark ( ) : bool
return bool

DieuBookmarker() public method

public DieuBookmarker ( ) : System
return System

GetBookmarks() public method

public GetBookmarks ( ) : ArrayList
return System.Collections.ArrayList

ShowBookmarkWindow() public method

public ShowBookmarkWindow ( string title, string url, string content, string tags ) : void
title string
url string
content string
tags string
return void