C# 클래스 Subtext.Web.Admin.ImportLinksCommand

상속: ConfirmCommand
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
_allLinks IList
_categoryID int
_linksToImport OpmlItemCollection

공개 메소드들

메소드 설명
Cancel ( ) : string
Execute ( ) : string
ImportLinksCommand ( OpmlItemCollection links, int catID ) : System

보호된 메소드들

메소드 설명
ImportLinksCommand ( ) : System

비공개 메소드들

메소드 설명
ImportOpmlItem ( OpmlItem item ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : string
리턴 string

Execute() 공개 메소드

public Execute ( ) : string
리턴 string

ImportLinksCommand() 보호된 메소드

protected ImportLinksCommand ( ) : System
리턴 System

ImportLinksCommand() 공개 메소드

public ImportLinksCommand ( OpmlItemCollection links, int catID ) : System
links OpmlItemCollection
catID int
리턴 System

프로퍼티 상세

_allLinks 보호되어 있는 프로퍼티

protected IList _allLinks
리턴 IList

_categoryID 보호되어 있는 프로퍼티

protected int _categoryID
리턴 int

_linksToImport 보호되어 있는 프로퍼티

protected OpmlItemCollection _linksToImport
리턴 OpmlItemCollection