CsdlToSsdlAndMslActivity Members

Include Protected Members
Include Inherited Members

A Windows Workflow activity that generates a storage model and mapping information based on a conceptual model.

The CsdlToSsdlAndMslActivity type exposes the following members.

Constructors

  Name Description
Public method CsdlToSsdlAndMslActivity Creates a new instance of the CsdlToSsdlAndMslActivity class.

Top

Methods

  Name Description
Protected method Abort (Inherited from NativeActivity.)
Protected method CacheMetadata Overloaded.
Protected method Cancel (Inherited from NativeActivity.)
Public method Equals (Inherited from Object.)
Protected method Execute Generates output that is supplied to the specified NativeActivityContext based on input specified in the NativeActivityContext. (Inherited from OutputGeneratorActivity.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ProcessOutputGenerator<T> Returns the output produced by the output generator with the specified output generator type name. (Inherited from OutputGeneratorActivity.)
Public method ShouldSerializeDisplayName (Inherited from Activity.)
Public method ToString (Inherited from Activity.)

Top

Properties

  Name Description
Protected property CacheId (Inherited from Activity.)
Protected property CanInduceIdle (Inherited from NativeActivity.)
Protected property Constraints (Inherited from Activity.)
Public property CsdlInput A Windows Workflow InArgument<T> that specifies the conceptual schema definition language (CSDL) from which store schema definition language (SSDL) and mapping specification language (MSL) are generated.
Public property DisplayName (Inherited from Activity.)
Public property Id (Inherited from Activity.)
Protected property Implementation (Inherited from NativeActivity.)
Public property MslOutput A Windows Workflow OutArgument<T> that specifies the mapping specification language (MSL) generated from conceptual schema definition language (CSDL) in the CsdlInput property.
Public property MslOutputGeneratorType The assembly-qualified name of the type used to generate mapping specification language (MSL) from the conceptual schema definition language (CSDL) in the CsdlInput property.
Protected property OutputGeneratorOutput Specifies the assembly-qualified type name of the output generator. (Inherited from OutputGeneratorActivity.)
Public property OutputGeneratorType An InArgument<T> that specifies the assembly-qualified type name of the output generator. (Inherited from OutputGeneratorActivity.)
Public property SsdlOutput A Windows Workflow OutArgument<T> that specifies the store schema language definition (SSDL) generated from conceptual schema definition language (CSDL) in the CsdlInput property.

Top

See Also

Reference

CsdlToSsdlAndMslActivity Class

Microsoft.Data.Entity.Design.DatabaseGeneration.Activities Namespace