C# Класс Subtext.Framework.ImportManager

Summary description for ImportManager.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetImportInformationControl ( ImportProvider provider ) : Control

Gets the import information control for the specified import provider.

Import ( Control populatedControl, ImportProvider provider ) : void

Begins the import using the information within the populated Control.

ValidateImportAnswers ( Control populatedControl, ImportProvider provider ) : string

Validates the import information provided by the user. Returns a string with error information. The string is empty if there are no errors.

Описание методов

GetImportInformationControl() публичный статический Метод

Gets the import information control for the specified import provider.
public static GetImportInformationControl ( ImportProvider provider ) : Control
provider Subtext.Extensibility.Providers.ImportProvider Provider info.
Результат System.Web.UI.Control

Import() публичный статический Метод

Begins the import using the information within the populated Control.
public static Import ( Control populatedControl, ImportProvider provider ) : void
populatedControl System.Web.UI.Control Control containing the user's answers.
provider Subtext.Extensibility.Providers.ImportProvider
Результат void

ValidateImportAnswers() публичный статический Метод

Validates the import information provided by the user. Returns a string with error information. The string is empty if there are no errors.
public static ValidateImportAnswers ( Control populatedControl, ImportProvider provider ) : string
populatedControl System.Web.UI.Control Information.
provider Subtext.Extensibility.Providers.ImportProvider
Результат string