C# Class Dev2.Activities.Designers2.Core.ActivityDesignerButton

Inheritance: System.Windows.Controls.Button
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
CustomCommandProperty System.Windows.DependencyProperty
IsClosedAfterProperty System.Windows.DependencyProperty
IsValidatedBeforeProperty System.Windows.DependencyProperty
PostCommandProperty System.Windows.DependencyProperty

Public Methods

Method Description
ActivityDesignerButton ( ) : System.Windows
CommandAction ( object o ) : void
DoClose ( ) : void
DoValidate ( ) : void

Method Details

ActivityDesignerButton() public method

public ActivityDesignerButton ( ) : System.Windows
return System.Windows

CommandAction() public method

public CommandAction ( object o ) : void
o object
return void

DoClose() public method

public DoClose ( ) : void
return void

DoValidate() public method

public DoValidate ( ) : void
return void

Property Details

CustomCommandProperty public static property

public static DependencyProperty,System.Windows CustomCommandProperty
return System.Windows.DependencyProperty

IsClosedAfterProperty public static property

public static DependencyProperty,System.Windows IsClosedAfterProperty
return System.Windows.DependencyProperty

IsValidatedBeforeProperty public static property

public static DependencyProperty,System.Windows IsValidatedBeforeProperty
return System.Windows.DependencyProperty

PostCommandProperty public static property

public static DependencyProperty,System.Windows PostCommandProperty
return System.Windows.DependencyProperty