WorkflowEngineHelperValidatePlaceholderTextList - метод |
Пространство имён:
Tessa.Workflow.Helpful
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static void ValidatePlaceholderTextList(
WorkflowActionStorage action,
WorkflowNodeStorage node,
string fieldName,
IPlaceholderCompilationDependencies placeholderCompilationDependencies,
ValidationResultBuilder validationResult,
string[] listPath,
params string[] sourcePath
)
Public Shared Sub ValidatePlaceholderTextList (
action As WorkflowActionStorage,
node As WorkflowNodeStorage,
fieldName As String,
placeholderCompilationDependencies As IPlaceholderCompilationDependencies,
validationResult As ValidationResultBuilder,
listPath As String(),
ParamArray sourcePath As String()
)
public:
static void ValidatePlaceholderTextList(
WorkflowActionStorage^ action,
WorkflowNodeStorage^ node,
String^ fieldName,
IPlaceholderCompilationDependencies^ placeholderCompilationDependencies,
ValidationResultBuilder^ validationResult,
array<String^>^ listPath,
... array<String^>^ sourcePath
)
static member ValidatePlaceholderTextList :
action : WorkflowActionStorage *
node : WorkflowNodeStorage *
fieldName : string *
placeholderCompilationDependencies : IPlaceholderCompilationDependencies *
validationResult : ValidationResultBuilder *
listPath : string[] *
sourcePath : string[] -> unit
Параметры
- action
- Тип: Tessa.Workflow.StorageWorkflowActionStorage
- node
- Тип: Tessa.Workflow.StorageWorkflowNodeStorage
- fieldName
- Тип: SystemString
- placeholderCompilationDependencies
- Тип: Tessa.Platform.Placeholders.CompilationIPlaceholderCompilationDependencies
- validationResult
- Тип: Tessa.Platform.ValidationValidationResultBuilder
- listPath
- Тип: SystemString
- sourcePath
- Тип: SystemString
См. также