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



Glossary Item Box

Object Model

PropertyWizardDefinition Class PersistableContainerObject Class K2Image Class PropertyWizardElement Class

Syntax

Visual Basic (Declaration)  
Public MustInherit Class PropertyWizardDefinition 
   Inherits PersistableContainerObject
   Implements SourceCode.Framework.Deployment.IDeployable, IValidationContainer 
Visual Basic (Usage) Copy Code
Dim instance As PropertyWizardDefinition
C#  
public abstract class PropertyWizardDefinition : PersistableContainerObject, SourceCode.Framework.Deployment.IDeployable, IValidationContainer  
C++/CLI  
public ref class PropertyWizardDefinition abstract : public PersistableContainerObject, 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.AssociationsPropertyDefinition
            SourceCode.Workflow.Design.DefaultActivityPropertyWizardDefinition
            SourceCode.Workflow.Design.DefaultClientPropertyWizardDefinition
            SourceCode.Workflow.Design.DefaultLinePropertyWizardDefinition
            SourceCode.Workflow.Design.DefaultPropertyWizardDefinition
            SourceCode.Workflow.Design.DefaultServerPropertyWizardDefinition
            SourceCode.Workflow.Design.EnvironmentSettings.EnvironmentSettingsPropertyWizardDefinition
            SourceCode.Workflow.Design.Escalations.EscalationPropertyWizardDefinition
            SourceCode.Workflow.Design.Exceptions.ExceptionPropertyWizardDefinition
            SourceCode.Workflow.Design.GeneralProperties.GeneralPropertiesPropertyWizardDefinition
            SourceCode.Workflow.Design.InfoPath.InfoPathClientEventPropertyWizardDefinition
            SourceCode.Workflow.Design.InfoPath.InfoPathProcessPropertyWizardDefinition
            SourceCode.Workflow.Design.Interop.InteropPropertyWizardDefinition
            SourceCode.Workflow.Design.Mail.MailPropertyWizardDefinition
            SourceCode.Workflow.Design.Outcome.OutcomePropertyWizardDefinition
            SourceCode.Workflow.Design.Outcome.OutcomeSucceedingRulePropertyWizardDefinition
            SourceCode.Workflow.Design.ProcessFinishRule.DefaultProcessFinishRuleWizardDefinition
            SourceCode.Workflow.Design.ProcessStartRule.DefaultProcessStartRuleWizardDefinition
            SourceCode.Workflow.Design.References.ProjectReferencesPropertyWizardDefinition
            SourceCode.Workflow.Design.SharePoint.Documents.DocumentPropertyWizardDefinition
            SourceCode.Workflow.Design.SharePoint.ListItems.ListItemPropertyWizardDefinition
            SourceCode.Workflow.Design.SharePoint.ListsAndLibraries.ListAndLibraryPropertyWizardDefinition
            SourceCode.Workflow.Design.SharePoint.PeopleAndGroups.UserManagementPropertyWizardDefinition
            SourceCode.Workflow.Design.SharePoint.Publishing.PublishingServerEventPropertyWizardDefinition
            SourceCode.Workflow.Design.SharePoint.RecordsManagement.RecordsManagementPropertyWizardDefinition
            SourceCode.Workflow.Design.SharePoint.Search.SearchPropertyWizardDefinition
            SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Client.ClientEventPropertyWizardDefintion
            SourceCode.Workflow.Design.SimpleRules.SimpleActivityStartRulePropertyWizardDefinition
            SourceCode.Workflow.Design.SimpleRules.SimpleDestinationRulePropertyWizardDefinition
            SourceCode.Workflow.Design.SimpleRules.SimpleLineRulePropertyWizardDefinition
            SourceCode.Workflow.Design.SimpleRules.SimplePrecedingRulePropertyWizardDefinition
            SourceCode.Workflow.Design.SimpleRules.SimpleSucceedingRulePropertyWizardDefinition
            SourceCode.Workflow.Design.SmartObjects.SmartObjectPropertyWizardDefinition

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