Interface IDynamicParameterCompatible
OptimaJet.Workflow.Core.Model.IDynamicParameterCompatible
Defines property-based conversion between an application type and DynamicParameter.
Namespace: OptimaJet.Workflow.Core.Model
public interface IDynamicParameterCompatibleMethods
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
propertiesIDictionary<String, Object>The property names and values to apply.