Для изменения размера нажмите или перетащите

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

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

Пространство имён:  Tessa.Extensions.Default.Console.MigrateFiles
Сборка:  Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 3.5.0.19
Синтаксис
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
Тип: System.Collections.GenericListFileVersionInfo
fromSourceTypeID
Тип: Tessa.CardsCardFileSourceType
fromSourceContentStrategy
Тип: Tessa.Cards.ComponentModelICardContentStrategy
toSourceTypeID
Тип: Tessa.CardsCardFileSourceType
toSourceContentStrategy
Тип: Tessa.Cards.ComponentModelICardContentStrategy
dbScope
Тип: Tessa.Platform.DataIDbScope
completedCount
Тип: SystemInt32
errorCount
Тип: SystemInt32
taskIndex
Тип: SystemInt32
removeFromTargetFileSource
Тип: SystemBoolean
logResultActionAsync
Тип: SystemFuncValidationResult, Task
См. также