OutputGeneratorActivity Class

 

An abstract, base WorkflowElement that allows the transformation of a certain format to another format via code

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

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators.OutputGeneratorActivity
        Microsoft.Data.Entity.Design.DatabaseGeneration.Activities.CsdlToSsdlAndMslActivity

public abstract class OutputGeneratorActivity : NativeActivity

NameDescription
System_CAPS_protmethodOutputGeneratorActivity()

Initializes a new instance of the OutputGeneratorActivity class.

NameDescription
System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_protpropertyCanInduceIdle

(Inherited from NativeActivity.)

System_CAPS_protpropertyConstraints

(Inherited from Activity.)

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementation

(Inherited from NativeActivity.)

System_CAPS_protpropertyImplementationVersion

(Inherited from NativeActivity.)

System_CAPS_protpropertyOutputGeneratorOutput

Specifies the assembly-qualified type name of the output generator.

System_CAPS_pubpropertyOutputGeneratorType

An InArgument<T> that specifies the assembly-qualified type name of the output generator.

NameDescription
System_CAPS_protmethodAbort(NativeActivityAbortContext)

(Inherited from NativeActivity.)

System_CAPS_protmethodCacheMetadata(ActivityMetadata)

(Inherited from NativeActivity.)

System_CAPS_protmethodCacheMetadata(NativeActivityMetadata)

(Inherited from NativeActivity.)

System_CAPS_protmethodCancel(NativeActivityContext)

(Inherited from NativeActivity.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodExecute(NativeActivityContext)

Generates output that is supplied to the specified NativeActivityContext based on input specified in the NativeActivityContext.(Overrides NativeActivity.Execute(NativeActivityContext).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity)

(Inherited from NativeActivity.)

System_CAPS_protmethodOnCreateDynamicUpdateMap(UpdateMapMetadata, Activity)

(Inherited from NativeActivity.)

System_CAPS_protmethodProcessOutputGenerator<T>(String, NativeActivityContext, IDictionary<String, Object>)

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

System_CAPS_pubmethodShouldSerializeDisplayName()

(Inherited from Activity.)

System_CAPS_pubmethodToString()

(Inherited from Activity.)

System_CAPS_protmethodUpdateInstance(NativeActivityUpdateContext)

(Inherited from NativeActivity.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.