C# Class Subtext.Web.Admin.ImportLinksCommand

Inheritance: ConfirmCommand
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
_allLinks IList
_categoryID int
_linksToImport OpmlItemCollection

Public Methods

Method Description
Cancel ( ) : string
Execute ( ) : string
ImportLinksCommand ( OpmlItemCollection links, int catID ) : System

Protected Methods

Method Description
ImportLinksCommand ( ) : System

Private Methods

Method Description
ImportOpmlItem ( OpmlItem item ) : void

Method Details

Cancel() public method

public Cancel ( ) : string
return string

Execute() public method

public Execute ( ) : string
return string

ImportLinksCommand() protected method

protected ImportLinksCommand ( ) : System
return System

ImportLinksCommand() public method

public ImportLinksCommand ( OpmlItemCollection links, int catID ) : System
links OpmlItemCollection
catID int
return System

Property Details

_allLinks protected_oe property

protected IList _allLinks
return IList

_categoryID protected_oe property

protected int _categoryID
return int

_linksToImport protected_oe property

protected OpmlItemCollection _linksToImport
return OpmlItemCollection