Table of Contents

Interface IComponentValueConverter

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

public interface IComponentValueConverter

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IComponentValueConverter>(IComponentValueConverter)

Methods

Accept(FormComponent)

bool Accept(FormComponent formComponent)

Parameters

formComponent FormComponent

Returns

bool

ConvertValue(JToken)

JToken ConvertValue(JToken input)

Parameters

input JToken

Returns

JToken