Class ScriptTypeProvider
- Namespace
- Dynamicweb.DataIntegration.Integration
- Assembly
- Dynamicweb.DataIntegration.dll
public abstract class ScriptTypeProvider : ConfigurableAddIn
- Inheritance
-
ScriptTypeProvider
- Derived
-
- Inherited Members
-
Properties
AllowedTypes
public virtual IEnumerable<Type> AllowedTypes { get; set; }
Property Value
- IEnumerable<Type>
Culture
public CultureInfo? Culture { get; }
Property Value
- CultureInfo
DestinationColumn
public Column? DestinationColumn { get; }
Property Value
- Column
DisableSource
public virtual bool DisableSource { get; }
Property Value
- bool
Job
Property Value
- Job
Mapping
public Mapping? Mapping { get; }
Property Value
- Mapping
SourceColumn
public Column? SourceColumn { get; }
Property Value
- Column
Methods
GetValue(object?)
public abstract object? GetValue(object? input)
Parameters
input object
Returns
- object