CsdlToSsdlAndMslActivity Class
A Windows Workflow activity that generates a storage model and mapping information based on a conceptual model.
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators.OutputGeneratorActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities.CsdlToSsdlAndMslActivity
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Msl")] [SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Csdl")] [SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ssdl")] public sealed class CsdlToSsdlAndMslActivity : OutputGeneratorActivity
Name | Description | |
---|---|---|
![]() | CsdlToSsdlAndMslActivity() | Initializes a new instance of the CsdlToSsdlAndMslActivity class. |
Name | Description | |
---|---|---|
![]() | CacheId | (Inherited from Activity.) |
![]() | 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. |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from NativeActivity.) |
![]() | MslOutput | A Windows Workflow OutArgument<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. |
![]() | OutputGeneratorType | An InArgument<T> that specifies the assembly-qualified type name of the output generator.(Inherited from OutputGeneratorActivity.) |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ShouldSerializeDisplayName() | (Inherited from Activity.) |
![]() | ToString() | (Inherited from Activity.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.