Interface IDynamicParameterCompatible
The interface that a class should implement for quick conversion to DynamicParameter
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface IDynamicParameterCompatible
Methods
GetPropertiesAsDictionary()
Returns all properties as dictionary
DeclarationIDictionary<string, object> GetPropertiesAsDictionary()
Type | Description |
---|---|
IDictionary<string, object> |
SetPropertiesFromDictionary(IDictionary<string, object>)
Returns all properties as dictionary
Declarationvoid SetPropertiesFromDictionary(IDictionary<string, object> properties)
Type | Name | Description |
---|---|---|
IDictionary<string, object> | properties |