Assembly: Mediachase.Commerce.Workflow (in Mediachase.Commerce.Workflow.dll) Version: 9.19.0
C# |
---|
public abstract class ReturnFormBaseActivity : Activity |
Name | Summary | Status |
---|---|---|
AddHandler | Adds a handler for an event declared as a dependency property. | protected |
ChangeReturnFormStatus | protected | |
Execute | Executes the activity. | public |
Execute(ActivityExecutionContext) | Executes the activity. | protected, abstract |
GetValue | Gets value of a property declared as dependency property. | protected |
InitializeComponent | protected | |
RaiseEvent(DependencyProperty, Activity, EventArgs) | Raises an event | protected |
RaiseEvent(DependencyProperty, EventArgs) | Raises an event of the activity. | protected |
RaiseEvent(String, Activity, EventArgs) | Raises an event | protected |
RaiseEvent(String, EventArgs) | Raises an event of the activity. | protected |
RemoveHandler | Removes a handler of an event declared as a dependency property. | protected |
ReturnFormBaseActivity Constructor | protected | |
SetValue | Sets value of a property declared as dependecy property. | protected |
ValidateProperties | Validate the properties of activity. | protected |
Name | Summary | Status |
---|---|---|
Context | The context of activity flow execution which contains the activity as a step. | protected |
ReturnFormStatus | protected | |
ReturnOrderForm | public |