Table of Contents

Class RuntimeComponentService

Namespace: Casewhere.Runtime.Engine.Services
Assembly: Casewhere.Runtime.dll

public class RuntimeComponentService : IRuntimeComponentService

Inheritance

objectRuntimeComponentService

Implements

IRuntimeComponentService

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

RuntimeComponentCollection

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>

Returns

RuntimeComponent