WizardDefinition Class
Members See Also 
SourceCode.Framework Namespace : WizardDefinition Class



Glossary Item Box

Object Model

WizardDefinition Class PersistableContainerObject Class K2Image Class PersistableContainerObject Class PropertyWizardDefinitionCollection Class PropertyWizardDefinition Class WizardElement Class

Syntax

Visual Basic (Declaration)  
Public MustInherit Class WizardDefinition 
   Inherits PropertyWizardDefinition
   Implements SourceCode.Framework.Deployment.IDeployable, IValidationContainer 
Visual Basic (Usage) Copy Code
Dim instance As WizardDefinition
C++/CLI  
public ref class WizardDefinition abstract : public PropertyWizardDefinition, SourceCode.Framework.Deployment.IDeployable, IValidationContainer  

Inheritance Hierarchy

System.Object
   SourceCode.Framework.PersistableObject
      SourceCode.Framework.PersistableContainerObject
         SourceCode.Framework.PropertyWizardDefinition
            SourceCode.Framework.WizardDefinition
               SourceCode.Workflow.Design.Associations.AssociationsWizardDefinition
               SourceCode.Workflow.Design.DefaultActivityWizardDefinition
               SourceCode.Workflow.Design.DefaultClientWizardDefinition
               SourceCode.Workflow.Design.DefaultDestinationRuleWizardDefinition
               SourceCode.Workflow.Design.DefaultLineWizardDefinition
               SourceCode.Workflow.Design.DefaultServerWizardDefinition
               SourceCode.Workflow.Design.DefaultWizardDefinition
               SourceCode.Workflow.Design.Export.ExportWizardDefinition
               SourceCode.Workflow.Design.InfoPath.InfoPathProcessWizardDefinition
               SourceCode.Workflow.Design.InfoPath.InfoPathWizardDefinition
               SourceCode.Workflow.Design.Interop.InteropWizardDefinition
               SourceCode.Workflow.Design.Mail.MailWizardDefinition
               SourceCode.Workflow.Design.ProcessSimulation.ProcessSimulationWizardDefinition
               SourceCode.Workflow.Design.References.ReferencesWizardDefinition
               SourceCode.Workflow.Design.SharePoint.Documents.DocumentWizardDefinition
               SourceCode.Workflow.Design.SharePoint.Events.EventsWizardDefinition
               SourceCode.Workflow.Design.SharePoint.ListItems.ListItemWizardDefinition
               SourceCode.Workflow.Design.SharePoint.ListsAndLibraries.ListAndLibraryWizardDefinition
               SourceCode.Workflow.Design.SharePoint.PeopleAndGroups.UserManagementWizardDefinition
               SourceCode.Workflow.Design.SharePoint.Publishing.PublishingServerEventWizardDefinition
               SourceCode.Workflow.Design.SharePoint.RecordsManagement.RecordsManagementWizardDefinition
               SourceCode.Workflow.Design.SharePoint.Search.SearchWizardDefinition
               SourceCode.Workflow.Design.SharePoint.SitesAndWorkspaces.SitesWizardDefinition
               SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Client.ClientEventWizardDefinition
               SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Process.WFIntegrationWizardDefinition
               SourceCode.Workflow.Design.SmartObjects.SmartObjectWizardDefinition

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also