Assembly: OptimaJet.Workflow.Core

Interface IDynamicParameterCompatible

OptimaJet.Workflow.Core.Model.IDynamicParameterCompatible

Defines property-based conversion between an application type and DynamicParameter.

public interface IDynamicParameterCompatible

Methods

IDictionary<string, object> GetPropertiesAsDictionary() #
Gets the properties used by DynamicParameter.ConvertFrom(object).

Returns

Type
Description
IDictionary<String, Object>
A mapping of property names to their values.
void SetPropertiesFromDictionary(IDictionary<string, object> properties) #
Populates the object with properties obtained from a DynamicParameter conversion.

Parameters

Name
Type
Description
properties
IDictionary<String, Object>
The property names and values to apply.