![]() |
Workflow Engine .NET
2
|
Generate process scheme from TT template More...
Public Member Functions | |
XElement | Generate (string schemeCode, Guid schemeId, IDictionary< string, object > parameters) |
Generate not parsed process scheme More... | |
void | AddMapping (string schemeCode, object generatorSource) |
Adds relationship between code of the scheme and TT template type More... | |
![]() | |
TSchemeMedium | Generate (string schemeCode, Guid schemeId, IDictionary< string, object > parameters) |
Generate not parsed process scheme More... | |
Protected Attributes | |
IDictionary< string, Type > | TemplateTypeMapping = new Dictionary<string, Type>() |
Generate process scheme from TT template
void OptimaJet.Workflow.Core.Generator.TTXmlWorkflowGenerator.AddMapping | ( | string | schemeCode, |
object | generatorSource | ||
) |
Adds relationship between code of the scheme and TT template type
schemeCode | Code of the scheme |
generatorSource | TT template type |
XElement OptimaJet.Workflow.Core.Generator.TTXmlWorkflowGenerator.Generate | ( | string | schemeCode, |
Guid | schemeId, | ||
IDictionary< string, object > | parameters | ||
) |
Generate not parsed process scheme
schemeCode | Code of the scheme |
schemeId | Id of the scheme |
parameters | Parameters for creating scheme |