TemplateActivity.OnGetTemplateInputs Method (NativeActivityContext, IDictionary<String, Object>)
Populates an IDictionary that is used to provide inputs to a text template. This method can be overridden in derived classes to provide custom inputs. These inputs are placed into CallContext for use by the text template.
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
protected abstract void OnGetTemplateInputs( NativeActivityContext context, IDictionary<string, object> inputs )
Parameters
- context
-
Type:
System.Activities.NativeActivityContext
The state of the current activity.
- inputs
-
Type:
System.Collections.Generic.IDictionary<String, Object>
A dictionary that relates input names to input values for use by a text template.