CsdlToMsl Class

 

Generates mapping specification language (MSL) based on the provided conceptual schema definition language (CSDL).

Namespace:   Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

System.Object
  Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators.CsdlToMsl

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Csdl")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Msl")]
public class CsdlToMsl : IGenerateActivityOutput

NameDescription
System_CAPS_pubmethodCsdlToMsl()

Initializes a new instance of the CsdlToMsl class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGenerateActivityOutput<T>(OutputGeneratorActivity, NativeActivityContext, IDictionary<String, Object>)

Generates mapping specification language (MSL) based on the provided conceptual schema definition language (CSDL).

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.