C# 클래스 Subtext.Framework.ImportManager

Summary description for ImportManager.
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
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