InArgument Class

Definition

The abstract base class that represents a binding terminal that supports the flow of data into an activity.

public ref class InArgument abstract : System::Activities::Argument
public abstract class InArgument : System.Activities.Argument
type InArgument = class
    inherit Argument
Public MustInherit Class InArgument
Inherits Argument
Inheritance
InArgument
Derived

Fields

ResultValue

Represents the constant value of "Result", which corresponds to the name of the Result property of type OutArgument in the expression base class ActivityWithResult.

(Inherited from Argument)

Properties

ArgumentType

Gets the data type for the data bound to this Argument.

(Inherited from Argument)
Direction

Gets an ArgumentDirection that specifies whether the Argument represents the flow of data into an activity, out of an activity, or both into and out of an activity.

(Inherited from Argument)
EvaluationOrder

Gets or sets a zero-based value that specifies the order in which the argument is evaluated.

(Inherited from Argument)
Expression

Gets or sets an ActivityWithResult that represents the value of the data bound to this Argument.

(Inherited from Argument)

Methods

CreateReference(InArgument, String)

Creates a new InArgument that references the specified target InArgument using the specified referenced argument name.

CreateReference(InOutArgument, String)

Creates a new InArgument that references the specified target InOutArgument using the specified referenced argument name.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Get(ActivityContext)

Gets the value of the argument using the specified activity context.

(Inherited from Argument)
Get<T>(ActivityContext)

Gets the value of the argument using the specified type and activity context.

(Inherited from Argument)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLocation(ActivityContext)

Gets the Location for this Argument.

(Inherited from Argument)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Set(ActivityContext, Object)

Sets the value of the argument using the specified activity context.

(Inherited from Argument)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to