IPlaceholderManagerReplaceAsync - метод |
Выполняет замену плейсхолдеров в документе.
Пространство имён:
Tessa.Platform.Placeholders
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис Task ReplaceAsync(
IPlaceholderDocument document,
ICollection<IPlaceholder> placeholders,
IValidationResultBuilder validationResult,
Dictionary<string, Object> info = null,
ReplacementOptions options = ReplacementOptions.None,
CreateTablePlaceholderContextFuncAsync createTableContextFuncAsync = null,
CreateViewPlaceholderContextFuncAsync createViewContextFuncAsync = null,
IExtensionExecutor<IPlaceholderExtension> extensionExecutor = null,
IExtensionExecutor<IPlaceholderReplaceExtension> extensionReplaceExecutor = null,
CancellationToken cancellationToken = default
)
Function ReplaceAsync (
document As IPlaceholderDocument,
placeholders As ICollection(Of IPlaceholder),
validationResult As IValidationResultBuilder,
Optional info As Dictionary(Of String, Object) = Nothing,
Optional options As ReplacementOptions = ReplacementOptions.None,
Optional createTableContextFuncAsync As CreateTablePlaceholderContextFuncAsync = Nothing,
Optional createViewContextFuncAsync As CreateViewPlaceholderContextFuncAsync = Nothing,
Optional extensionExecutor As IExtensionExecutor(Of IPlaceholderExtension) = Nothing,
Optional extensionReplaceExecutor As IExtensionExecutor(Of IPlaceholderReplaceExtension) = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task
Task^ ReplaceAsync(
IPlaceholderDocument^ document,
ICollection<IPlaceholder^>^ placeholders,
IValidationResultBuilder^ validationResult,
Dictionary<String^, Object^>^ info = nullptr,
ReplacementOptions options = ReplacementOptions::None,
CreateTablePlaceholderContextFuncAsync^ createTableContextFuncAsync = nullptr,
CreateViewPlaceholderContextFuncAsync^ createViewContextFuncAsync = nullptr,
IExtensionExecutor<IPlaceholderExtension^>^ extensionExecutor = nullptr,
IExtensionExecutor<IPlaceholderReplaceExtension^>^ extensionReplaceExecutor = nullptr,
CancellationToken cancellationToken = CancellationToken()
)
abstract ReplaceAsync :
document : IPlaceholderDocument *
placeholders : ICollection<IPlaceholder> *
validationResult : IValidationResultBuilder *
?info : Dictionary<string, Object> *
?options : ReplacementOptions *
?createTableContextFuncAsync : CreateTablePlaceholderContextFuncAsync *
?createViewContextFuncAsync : CreateViewPlaceholderContextFuncAsync *
?extensionExecutor : IExtensionExecutor<IPlaceholderExtension> *
?extensionReplaceExecutor : IExtensionExecutor<IPlaceholderReplaceExtension> *
?cancellationToken : CancellationToken
(* Defaults:
let _info = defaultArg info null
let _options = defaultArg options ReplacementOptions.None
let _createTableContextFuncAsync = defaultArg createTableContextFuncAsync null
let _createViewContextFuncAsync = defaultArg createViewContextFuncAsync null
let _extensionExecutor = defaultArg extensionExecutor null
let _extensionReplaceExecutor = defaultArg extensionReplaceExecutor null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
Параметры
- document
- Тип: Tessa.Platform.PlaceholdersIPlaceholderDocument
Документ, содержащий текст с плейсхолдерами. - placeholders
- Тип: System.Collections.GenericICollectionIPlaceholder
Заменяемые плейсхолдеры. - validationResult
- Тип: Tessa.Platform.ValidationIValidationResultBuilder
Объект, выполняющий построение результата операции. - info (Optional)
- Тип: System.Collections.GenericDictionaryString, Object
Дополнительная информация, передаваемая в контекст операций поиска и замены,
или null, если дополнительная информация отсутствует.
- options (Optional)
- Тип: Tessa.Platform.PlaceholdersReplacementOptions
Опции по замене плейсхолдеров. - createTableContextFuncAsync (Optional)
- Тип: Tessa.Platform.PlaceholdersCreateTablePlaceholderContextFuncAsync
- createViewContextFuncAsync (Optional)
- Тип: Tessa.Platform.PlaceholdersCreateViewPlaceholderContextFuncAsync
- extensionExecutor (Optional)
- Тип: Tessa.ExtensionsIExtensionExecutorIPlaceholderExtension
Объект, исполняющий цепочку расширений. - extensionReplaceExecutor (Optional)
- Тип: Tessa.ExtensionsIExtensionExecutorIPlaceholderReplaceExtension
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Объект, посредством которого можно отменить асинхронную задачу.
Возвращаемое значение
Тип:
TaskАсинхронная задача.
См. также