OutputGeneratorActivity.ProcessOutputGenerator<T> Method (String, NativeActivityContext, IDictionary<String, Object>)

 

Returns the output produced by the output generator with the specified output generator type name.

Namespace:   Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

protected T ProcessOutputGenerator<T>(
	string outputGeneratorTypeName,
	NativeActivityContext context,
	IDictionary<string, object> inputs
)
where T : class

Parameters

outputGeneratorTypeName
Type: System.String

The name of the type of the output generator.

context
Type: System.Activities.NativeActivityContext

The state of the current activity.

inputs
Type: System.Collections.Generic.IDictionary<String, Object>

Inputs for the activity as key-value pairs.

Return Value

Type: T

The output produced by the output generator along with the specified output generator type name.

Type Parameters

T

The type of the output.