CsdlToSsdlAndMslActivity Class
Entity Framework 5.0
A Windows Workflow activity that generates a storage model and mapping information based on a conceptual model.
System.Object
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators.OutputGeneratorActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities.CsdlToSsdlAndMslActivity
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators.OutputGeneratorActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities.CsdlToSsdlAndMslActivity
Namespace: Microsoft.Data.Entity.Design.DatabaseGeneration.Activities
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
The CsdlToSsdlAndMslActivity type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CsdlToSsdlAndMslActivity | Creates a new instance of the CsdlToSsdlAndMslActivity class. |
| Name | Description | |
|---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | CanInduceIdle | (Inherited from NativeActivity.) |
![]() | Constraints | (Inherited from Activity.) |
![]() | CsdlInput | A Windows Workflow InArgument(Of T) that specifies the conceptual schema definition language (CSDL) from which store schema definition language (SSDL) and mapping specification language (MSL) are generated. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Id | (Inherited from Activity.) |
![]() | Implementation | (Inherited from NativeActivity.) |
![]() | ImplementationVersion | (Inherited from NativeActivity.) |
![]() | MslOutput | A Windows Workflow OutArgument(Of T) that specifies the mapping specification language (MSL) generated from conceptual schema definition language (CSDL) in the CsdlInput 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. |
![]() | OutputGeneratorOutput | Specifies the assembly-qualified type name of the output generator. (Inherited from OutputGeneratorActivity.) |
![]() | OutputGeneratorType | An InArgument(Of T) that specifies the assembly-qualified type name of the output generator. (Inherited from OutputGeneratorActivity.) |
![]() | SsdlOutput | A Windows Workflow OutArgument(Of T) that specifies the store schema language definition (SSDL) generated from conceptual schema definition language (CSDL) in the CsdlInput property. |
| Name | Description | |
|---|---|---|
![]() | Abort | (Inherited from NativeActivity.) |
![]() | CacheMetadata(ActivityMetadata) | (Inherited from NativeActivity.) |
![]() | CacheMetadata(NativeActivityMetadata) | (Inherited from NativeActivity.) |
![]() | Cancel | (Inherited from NativeActivity.) |
![]() | Equals | (Inherited from Object.) |
![]() | Execute | Generates output that is supplied to the specified NativeActivityContext based on input specified in the NativeActivityContext. (Inherited from OutputGeneratorActivity.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnCreateDynamicUpdateMap(UpdateMapMetadata, Activity) | (Inherited from NativeActivity.) |
![]() | OnCreateDynamicUpdateMap(NativeActivityUpdateMapMetadata, Activity) | (Inherited from NativeActivity.) |
![]() | ProcessOutputGenerator(Of T) | Returns the output produced by the output generator with the specified output generator type name. (Inherited from OutputGeneratorActivity.) |
![]() | ShouldSerializeDisplayName | (Inherited from Activity.) |
![]() | ToString | (Inherited from Activity.) |
![]() | UpdateInstance | (Inherited from NativeActivity.) |
The CsdlToSsdlAndMslActivity class uses classes in the Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators namespace to generate a storage model and mapping information based on a conceptual model.
The Generate Database Wizard uses a Windows Workflow that contains the CsdlToSsdlAndMslActivity class to generate store schema definition language (SSDL) and mapping specification language (MSL) based on the provided conceptual schema definition language (CSDL).
Show:
