RuntimeArgument Class

.NET Framework (current version)
 

Describes the characteristics of an argument of an activity to the runtime.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities::LocationReference
    System.Activities::RuntimeArgument

public ref class RuntimeArgument sealed : LocationReference

NameDescription
System_CAPS_pubmethodRuntimeArgument(String^, Type^, ArgumentDirection)

Initializes a new instance of the RuntimeArgument class using a name, data type, and argument direction.

System_CAPS_pubmethodRuntimeArgument(String^, Type^, ArgumentDirection, Boolean)

Initializes a new instance of the RuntimeArgument class using a name, data type, argument direction, and a value that indicates whether the RuntimeArgument is required to be bound to a value.

System_CAPS_pubmethodRuntimeArgument(String^, Type^, ArgumentDirection, Boolean, List<String^>^)

Initializes a new instance of the RuntimeArgument class with a name, data type, argument direction, whether the RuntimeArgument is required to be bound to a value, and a list of overload group names.

System_CAPS_pubmethodRuntimeArgument(String^, Type^, ArgumentDirection, List<String^>^)

Initializes a new instance of the RuntimeArgument class using a name, data type, argument direction, and a list of overload group names.

NameDescription
System_CAPS_pubpropertyDirection

Gets the direction of the data flow through this RuntimeArgument.

System_CAPS_pubpropertyIsRequired

Gets a value that indicates whether the RuntimeArgument is required to be bound to a value.

System_CAPS_pubpropertyName

Gets or sets the name of the LocationReference.(Inherited from LocationReference.)

System_CAPS_pubpropertyOverloadGroupNames

Gets a list of the overload groups that this RuntimeArgument belongs to.

System_CAPS_pubpropertyType

Gets or sets the type of the LocationReference.(Inherited from LocationReference.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGet(ActivityContext^)

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

System_CAPS_pubmethodGet<T>(ActivityContext^)

Gets the strongly-typed value of the RuntimeArgument using the specified activity context.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLocation(ActivityContext^)

Returns the Location for this RuntimeArgument.(Overrides LocationReference::GetLocation(ActivityContext^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSet(ActivityContext^, Object^)

Sets the value of the RuntimeArgument.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: