C# Class Microsoft.DbContextPackage.Handlers.OptimizeContextHandler

Afficher le fichier Open project: aspnet/EntityFramework6

Méthodes publiques

Méthode Description
OptimizeContext ( dynamic context ) : void
OptimizeContextHandler ( DbContextPackage package ) : System
OptimizeEdmx ( string inputPath ) : void

Private Methods

Méthode Description
GetEntityFrameworkVersion ( Type contextType ) : System.Version
OptimizeContextCore ( LanguageOption languageOption, string baseFileName, SelectedItem selectedItem, Action generateAction ) : void
OptimizeContextEF5 ( LanguageOption languageOption, string baseFileName, System.Data.Mapping.StorageMappingItemCollection mappingCollection, SelectedItem selectedItem ) : void
OptimizeContextEF6 ( LanguageOption languageOption, string baseFileName, dynamic mappingCollection, SelectedItem selectedItem, string contextTypeName ) : void

Method Details

OptimizeContext() public méthode

public OptimizeContext ( dynamic context ) : void
context dynamic
Résultat void

OptimizeContextHandler() public méthode

public OptimizeContextHandler ( DbContextPackage package ) : System
package DbContextPackage
Résultat System

OptimizeEdmx() public méthode

public OptimizeEdmx ( string inputPath ) : void
inputPath string
Résultat void