WizardStage Enumeration

 

WizardStage indicates whether the Wizard Extension Page occurs in the wizard before or after model generation.

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

public enum WizardStage

Member nameDescription
PostModelGeneration

Wizard Extension Page occurs after model generation.

PreModelGeneration

Wizard Extension Page occurs before model generation.