WorkflowEngineFormattingHelperPrepareScenario - метод |
Пространство имён:
Tessa.Workflow.Compilation
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static string PrepareScenario(
IWorkflowEnginePreprocessor preprocessor,
string text,
string indent,
ICollection<string> usings,
ICollection<string> references
)
Public Shared Function PrepareScenario (
preprocessor As IWorkflowEnginePreprocessor,
text As String,
indent As String,
usings As ICollection(Of String),
references As ICollection(Of String)
) As String
public:
static String^ PrepareScenario(
IWorkflowEnginePreprocessor^ preprocessor,
String^ text,
String^ indent,
ICollection<String^>^ usings,
ICollection<String^>^ references
)
static member PrepareScenario :
preprocessor : IWorkflowEnginePreprocessor *
text : string *
indent : string *
usings : ICollection<string> *
references : ICollection<string> -> string
Параметры
- preprocessor
- Тип: Tessa.Workflow.CompilationIWorkflowEnginePreprocessor
- text
- Тип: SystemString
- indent
- Тип: SystemString
- usings
- Тип: System.Collections.GenericICollectionString
- references
- Тип: System.Collections.GenericICollectionString
Возвращаемое значение
Тип:
StringСм. также