WorkflowEngineFormattingHelperPrepareScenario - метод
Пространство имён: Tessa.Workflow.CompilationСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 IWorkflowEnginePreprocessor
-
- text String
-
- indent String
-
- usings ICollectionString
-
- references ICollectionString
-
String