public abstract class Action : IDisposable,
ICloneable, IEquatable<Action>, INotifyPropertyChanged, IComparable,
IComparable<Action>
ActionType | Gets the type of the action. |
Id | Gets or sets the identifier of the action. |
Clone | Creates a new object that is a copy of the current instance. |
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
CreateAction | Creates the specified action. |
Dispose | Releases all resources used by this class. |
Equals(Action) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified Object, is equal to this instance. (Overrides ObjectEquals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Returns a hash code for this instance. (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns the action Id. (Overrides ObjectToString) |
ToString(CultureInfo) | Returns a String that represents this action. |
PropertyChanged | Occurs when a property value changes. |
unboundValues | List of unbound values when working with Actions not associated with a registered task. |