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
)
Public Sub New (
versionInfoList As List(Of FileVersionInfo),
fromSourceTypeID As CardFileSourceType,
fromSourceContentStrategy As ICardContentStrategy,
toSourceTypeID As CardFileSourceType,
toSourceContentStrategy As ICardContentStrategy,
dbScope As IDbScope,
completedCount As Integer(),
errorCount As Integer(),
taskIndex As Integer,
removeFromTargetFileSource As Boolean,
logResultActionAsync As Func(Of ValidationResult, Task)
)
public:
MigrationTask(
List<FileVersionInfo^>^ versionInfoList,
CardFileSourceType fromSourceTypeID,
ICardContentStrategy^ fromSourceContentStrategy,
CardFileSourceType toSourceTypeID,
ICardContentStrategy^ toSourceContentStrategy,
IDbScope^ dbScope,
array<int>^ completedCount,
array<int>^ errorCount,
int taskIndex,
bool removeFromTargetFileSource,
Func<ValidationResult^, Task^>^ logResultActionAsync
)
new :
versionInfoList : List<FileVersionInfo> *
fromSourceTypeID : CardFileSourceType *
fromSourceContentStrategy : ICardContentStrategy *
toSourceTypeID : CardFileSourceType *
toSourceContentStrategy : ICardContentStrategy *
dbScope : IDbScope *
completedCount : int[] *
errorCount : int[] *
taskIndex : int *
removeFromTargetFileSource : bool *
logResultActionAsync : Func<ValidationResult, Task> -> MigrationTask
Параметры
- 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
См. также