Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Interface IDynamicParameterCompatible

OptimaJet.Workflow.Core.Model.IDynamicParameterCompatible

The interface that a class should implement for quick conversion to DynamicParameter

public interface IDynamicParameterCompatible

Methods

IDictionary<string, object> GetPropertiesAsDictionary() #
Returns all properties as dictionary

Returns

Type
Description
IDictionary<Object>
void SetPropertiesFromDictionary(IDictionary<string, object> properties) #
Returns all properties as dictionary

Parameters

Name
Type
Description
properties
IDictionary<Object>