IGenerateActivityOutput.GenerateActivityOutput<T> Method (OutputGeneratorActivity, NativeActivityContext, IDictionary<String, Object>)
Generates output for input that is in the specified OutputGeneratorActivity.
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
T GenerateActivityOutput<T>( OutputGeneratorActivity owningActivity, NativeActivityContext context, IDictionary<string, object> inputs ) where T : class
Parameters
- owningActivity
-
Type:
Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators.OutputGeneratorActivity
The activity that is calling this method.
- context
-
Type:
System.Activities.NativeActivityContext
The activity context that contains the state of the workflow.
- inputs
-
Type:
System.Collections.Generic.IDictionary<String, Object>
Input for the activity as key-value pairs.
Type Parameters
- T
The type of the activity output.