ScaffoldedMigration Class

 

Represents a code-based migration that has been scaffolded and is ready to be written to a file.

Namespace:   System.Data.Entity.Migrations.Design
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Migrations.Design.ScaffoldedMigration

[SerializableAttribute]
public class ScaffoldedMigration

NameDescription
System_CAPS_pubmethodScaffoldedMigration()

Initializes a new instance of the ScaffoldedMigration class.

NameDescription
System_CAPS_pubpropertyDesignerCode

Gets or sets the scaffolded migration code that should be stored in a code behind file.

System_CAPS_pubpropertyDirectory

Gets or sets the subdirectory in the user's project that this migration should be saved in.

System_CAPS_pubpropertyIsRescaffold

Gets or sets whether the migration was re-scaffolded.

System_CAPS_pubpropertyLanguage

Gets or sets the programming language used for this migration. Typically used for the file extension of the generated code.

System_CAPS_pubpropertyMigrationId

Gets or sets the unique identifier for this migration. Typically used for the file name of the generated code.

System_CAPS_pubpropertyResources

Gets a dictionary of string resources to add to the migration resource file.

System_CAPS_pubpropertyUserCode

Gets or sets the scaffolded migration code that the user can edit.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

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.