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 | |
---|---|---|
CsdlToSsdlAndMslActivity | Creates a new instance of the CsdlToSsdlAndMslActivity class. |
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from NativeActivity.) | |
CacheMetadata | Overloaded. | |
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.) | |
ProcessOutputGenerator<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.) |
Top
Properties
Name | Description | |
---|---|---|
CacheId | (Inherited from Activity.) | |
CanInduceIdle | (Inherited from NativeActivity.) | |
Constraints | (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.) | |
Implementation | (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. | |
OutputGeneratorOutput | Specifies the assembly-qualified type name of the output generator. (Inherited from OutputGeneratorActivity.) | |
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. |
Top
See Also
Reference
CsdlToSsdlAndMslActivity Class
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities Namespace