Interface IDynamicParameterCompatible
OptimaJet.Workflow.Core.Model.IDynamicParameterCompatible
The interface that a class should implement for quick conversion to DynamicParameter
Namespace: OptimaJet.Workflow.Core.Model
public interface IDynamicParameterCompatibleMethods
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
propertiesIDictionary<Object>