C# 클래스 Summa.Data.Feeds

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

공개 메소드들

메소드 설명
ApplicationInit ( string name ) : void
DeleteFeed ( string uri ) : void
GetFeeds ( ) : ArrayList
GetFeeds ( string tag ) : ArrayList
GetItem ( string itemuri ) : Item
GetTags ( ) : ArrayList
GetUnreadCount ( ) : int
ImportOpml ( string filename ) : ArrayList
RegisterFeed ( string uri ) : Feed
RegisterFeed ( string uri, string username, string password ) : Feed

메소드 상세

ApplicationInit() 공개 정적인 메소드

public static ApplicationInit ( string name ) : void
name string
리턴 void

DeleteFeed() 공개 정적인 메소드

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

GetFeeds() 공개 정적인 메소드

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

GetFeeds() 공개 정적인 메소드

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

GetItem() 공개 정적인 메소드

public static GetItem ( string itemuri ) : Item
itemuri string
리턴 Item

GetTags() 공개 정적인 메소드

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

GetUnreadCount() 공개 정적인 메소드

public static GetUnreadCount ( ) : int
리턴 int

ImportOpml() 공개 정적인 메소드

public static ImportOpml ( string filename ) : ArrayList
filename string
리턴 System.Collections.ArrayList

RegisterFeed() 공개 정적인 메소드

public static RegisterFeed ( string uri ) : Feed
uri string
리턴 Feed

RegisterFeed() 공개 정적인 메소드

public static RegisterFeed ( string uri, string username, string password ) : Feed
uri string
username string
password string
리턴 Feed