Class ActivityBase
Base implementation of IActivity.
Inheritance
System.Object
System.Dynamic.DynamicObject
ActivityBase
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Dynamic.DynamicObject.GetMetaObject(System.Linq.Expressions.Expression)
System.Dynamic.DynamicObject.TryBinaryOperation(System.Dynamic.BinaryOperationBinder, System.Object, System.Object)
System.Dynamic.DynamicObject.TryConvert(System.Dynamic.ConvertBinder, System.Object)
System.Dynamic.DynamicObject.TryCreateInstance(System.Dynamic.CreateInstanceBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryDeleteIndex(System.Dynamic.DeleteIndexBinder, System.Object[])
System.Dynamic.DynamicObject.TryDeleteMember(System.Dynamic.DeleteMemberBinder)
System.Dynamic.DynamicObject.TryGetIndex(System.Dynamic.GetIndexBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryInvoke(System.Dynamic.InvokeBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TrySetIndex(System.Dynamic.SetIndexBinder, System.Object[], System.Object)
System.Dynamic.DynamicObject.TryUnaryOperation(System.Dynamic.UnaryOperationBinder, System.Object)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Workflow
Assembly: Kephas.Workflow.dll
Syntax
public abstract class ActivityBase : OperationResult, IActivity, IOperationResult, IExpando, IDynamicMetaObjectProvider, IIndexable, INotifyPropertyChanged, IInstance<IActivityInfo>, IInstance
Properties
| Improve this Doc View SourceArguments
Gets or sets the arguments for the execution.
Declaration
public IExpando Arguments { get; set; }
Property Value
Type | Description |
---|---|
IExpando | The arguments. |
Context
Gets or sets the execution context.
Declaration
public IActivityContext Context { get; set; }
Property Value
Type | Description |
---|---|
IActivityContext | The execution context. |
Target
Gets or sets the target against which the activity is executed.
Declaration
public object Target { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The target. |
Remarks
The target is typically the activity's container instance. For example, a user entity may contain a ChangePassword activity, in which case the target is the user.
Methods
| Improve this Doc View SourceGetTypeInfo()
Gets the type information for this instance.
Declaration
public virtual IActivityInfo GetTypeInfo()
Returns
Type | Description |
---|---|
IActivityInfo | The type information. |
Explicit Interface Implementations
| Improve this Doc View SourceIInstance.GetTypeInfo()
Gets the type information for this instance.
Declaration
ITypeInfo IInstance.GetTypeInfo()
Returns
Type | Description |
---|---|
ITypeInfo | The type information. |
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged