CsdlToSsdlAndMslActivity Class

 

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

Namespace:   Microsoft.Data.Entity.Design.DatabaseGeneration.Activities
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

[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

NameDescription
System_CAPS_pubmethodCsdlToSsdlAndMslActivity()

Initializes a new instance of the CsdlToSsdlAndMslActivity class.

NameDescription
System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_pubpropertyCsdlInput

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.

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementationVersion

(Inherited from NativeActivity.)

System_CAPS_pubpropertyMslOutput

A Windows Workflow OutArgument<T> that specifies the mapping specification language (MSL) generated from conceptual schema definition language (CSDL) in the CsdlInput property.

System_CAPS_pubpropertyMslOutputGeneratorType

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.

System_CAPS_pubpropertyOutputGeneratorType

An InArgument<T> that specifies the assembly-qualified type name of the output generator.(Inherited from OutputGeneratorActivity.)

System_CAPS_pubpropertySsdlOutput

A Windows Workflow OutArgument<T> that specifies the store schema language definition (SSDL) generated from conceptual schema definition language (CSDL) in the CsdlInput property.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodShouldSerializeDisplayName()

(Inherited from Activity.)

System_CAPS_pubmethodToString()

(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.