Class RuntimeComponentService
Namespace: Casewhere.Runtime.Engine.Services
Assembly: Casewhere.Runtime.dll
public class RuntimeComponentService : IRuntimeComponentService
Inheritance
object ← RuntimeComponentService
Implements
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<RuntimeComponentService>(RuntimeComponentService)
Constructors
RuntimeComponentService(IList<RuntimeComponentCreator>)
public RuntimeComponentService(IList<RuntimeComponentCreator> runtimeComponentCreators)
Parameters
runtimeComponentCreators
IList<RuntimeComponentCreator>
Methods
Create(WorkflowContext, FormActivityDefinition, IList<FormDataSourceObject>)
public RuntimeComponentCollection Create(WorkflowContext workflowContext, FormActivityDefinition formActivityDefinition, IList<FormDataSourceObject> dataSourceObjects)
Parameters
workflowContext
WorkflowContext
formActivityDefinition
FormActivityDefinition
dataSourceObjects
IList<FormDataSourceObject>
Returns
Create(string, WorkflowContext, FormActivityDefinition, IList<FormDataSourceObject>)
public RuntimeComponent Create(string componentName, WorkflowContext workflowContext, FormActivityDefinition formActivityDefinition, IList<FormDataSourceObject> dataSourceObjects)
Parameters
componentName
string
workflowContext
WorkflowContext
formActivityDefinition
FormActivityDefinition
dataSourceObjects
IList<FormDataSourceObject>