ScaffoldedMigration Class
Represents a code-based migration that has been scaffolded and is ready to be written to a file.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ScaffoldedMigration() | Initializes a new instance of the ScaffoldedMigration class. |
Name | Description | |
---|---|---|
![]() | DesignerCode | Gets or sets the scaffolded migration code that should be stored in a code behind file. |
![]() | Directory | Gets or sets the subdirectory in the user's project that this migration should be saved in. |
![]() | IsRescaffold | Gets or sets whether the migration was re-scaffolded. |
![]() | Language | Gets or sets the programming language used for this migration. Typically used for the file extension of the generated code. |
![]() | MigrationId | Gets or sets the unique identifier for this migration. Typically used for the file name of the generated code. |
![]() | Resources | Gets a dictionary of string resources to add to the migration resource file. |
![]() | UserCode | Gets or sets the scaffolded migration code that the user can edit. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.