MigrationTask - конструктор

Инициализирует новый экземпляр класса MigrationTask

Definition

Пространство имён: Tessa.Extensions.Default.Console.MigrateFiles
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.6.0.22
C#
public MigrationTask(
	List<FileVersionInfo> versionInfoList,
	CardFileSourceType fromSourceTypeID,
	ICardContentStrategy fromSourceContentStrategy,
	CardFileSourceType toSourceTypeID,
	ICardContentStrategy toSourceContentStrategy,
	IDbScope dbScope,
	int[] completedCount,
	int[] errorCount,
	int taskIndex,
	bool removeFromTargetFileSource,
	Func<ValidationResult, Task> logResultActionAsync
)

Параметры

versionInfoList  ListFileVersionInfo
 
fromSourceTypeID  CardFileSourceType
 
fromSourceContentStrategy  ICardContentStrategy
 
toSourceTypeID  CardFileSourceType
 
toSourceContentStrategy  ICardContentStrategy
 
dbScope  IDbScope
 
completedCount  Int32
 
errorCount  Int32
 
taskIndex  Int32
 
removeFromTargetFileSource  Boolean
 
logResultActionAsync  FuncValidationResult, Task
 

См. также