C# Class Subtext.Web.Admin.ImportLinksCommand

Inheritance: ConfirmCommand
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
_allLinks IList
_categoryID int
_linksToImport OpmlItemCollection

Méthodes publiques

Méthode Description
Cancel ( ) : string
Execute ( ) : string
ImportLinksCommand ( OpmlItemCollection links, int catID ) : System

Méthodes protégées

Méthode Description
ImportLinksCommand ( ) : System

Private Methods

Méthode Description
ImportOpmlItem ( OpmlItem item ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : string
Résultat string

Execute() public méthode

public Execute ( ) : string
Résultat string

ImportLinksCommand() protected méthode

protected ImportLinksCommand ( ) : System
Résultat System

ImportLinksCommand() public méthode

public ImportLinksCommand ( OpmlItemCollection links, int catID ) : System
links OpmlItemCollection
catID int
Résultat System

Property Details

_allLinks protected_oe property

protected IList _allLinks
Résultat IList

_categoryID protected_oe property

protected int _categoryID
Résultat int

_linksToImport protected_oe property

protected OpmlItemCollection _linksToImport
Résultat OpmlItemCollection