C# 클래스 Summa.Core.Database

파일 보기 프로젝트 열기: wfarr/newskit

공개 메소드들

메소드 설명
AddItem ( string feeduri, string title, string uri, string date, string last_updated, string author, string tags, string content, string encuri, string read, string flagged ) : void
ChangeFeedInfo ( string feeduri, string property, string intended_value ) : void
ChangeItemInfo ( string feeduri, string itemuri, string property, string intended_value ) : void
CreateFeed ( string uri, string name, string author, string subtitle, string image, string license, string etag, string hmodified, string status, string tags, string favicon ) : string
DeleteFeed ( string uri ) : void
DeleteItem ( string feeduri, string uri ) : void
FeedExists ( string url ) : bool
GetFeed ( string uri ) : string[]
GetFeeds ( ) : ArrayList
GetGeneratedName ( string uri ) : string
GetItem ( string feeduri, string uri ) : string[]
GetPosts ( string feeduri ) : ArrayList
GetTags ( ) : ArrayList

비공개 메소드들

메소드 설명
Database ( ) : System
EscapeParam ( string parameter ) : string
GenerateRandomName ( ) : string
Initialize ( ) : void
NonQueryCommand ( string commandtext ) : void
UnescapeParam ( string parameter ) : string

메소드 상세

AddItem() 공개 정적인 메소드

public static AddItem ( string feeduri, string title, string uri, string date, string last_updated, string author, string tags, string content, string encuri, string read, string flagged ) : void
feeduri string
title string
uri string
date string
last_updated string
author string
tags string
content string
encuri string
read string
flagged string
리턴 void

ChangeFeedInfo() 공개 정적인 메소드

public static ChangeFeedInfo ( string feeduri, string property, string intended_value ) : void
feeduri string
property string
intended_value string
리턴 void

ChangeItemInfo() 공개 정적인 메소드

public static ChangeItemInfo ( string feeduri, string itemuri, string property, string intended_value ) : void
feeduri string
itemuri string
property string
intended_value string
리턴 void

CreateFeed() 공개 정적인 메소드

public static CreateFeed ( string uri, string name, string author, string subtitle, string image, string license, string etag, string hmodified, string status, string tags, string favicon ) : string
uri string
name string
author string
subtitle string
image string
license string
etag string
hmodified string
status string
tags string
favicon string
리턴 string

DeleteFeed() 공개 정적인 메소드

public static DeleteFeed ( string uri ) : void
uri string
리턴 void

DeleteItem() 공개 정적인 메소드

public static DeleteItem ( string feeduri, string uri ) : void
feeduri string
uri string
리턴 void

FeedExists() 공개 정적인 메소드

public static FeedExists ( string url ) : bool
url string
리턴 bool

GetFeed() 공개 정적인 메소드

public static GetFeed ( string uri ) : string[]
uri string
리턴 string[]

GetFeeds() 공개 정적인 메소드

public static GetFeeds ( ) : ArrayList
리턴 System.Collections.ArrayList

GetGeneratedName() 공개 정적인 메소드

public static GetGeneratedName ( string uri ) : string
uri string
리턴 string

GetItem() 공개 정적인 메소드

public static GetItem ( string feeduri, string uri ) : string[]
feeduri string
uri string
리턴 string[]

GetPosts() 공개 정적인 메소드

public static GetPosts ( string feeduri ) : ArrayList
feeduri string
리턴 System.Collections.ArrayList

GetTags() 공개 정적인 메소드

public static GetTags ( ) : ArrayList
리턴 System.Collections.ArrayList