ArgumentAccessor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class containing a get/set delegate pair to access an argument in an activity instance.
public ref class ArgumentAccessor
public class ArgumentAccessor
type ArgumentAccessor = class
Public Class ArgumentAccessor
- Inheritance
-
ArgumentAccessor
Constructors
ArgumentAccessor() |
Initializes a new instance of the ArgumentAccessor class. |
Properties
Getter |
Gets or sets the method to retrieve an argument from an activity instance. |
Setter |
Gets or sets the method to set an argument into an activity instance. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
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 a string that represents the current object. (Inherited from Object) |