OperationParameterInfo Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Contains information about an operation parameter.

public ref class OperationParameterInfo sealed : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.Browsable(true)]
public sealed class OperationParameterInfo : System.Workflow.ComponentModel.DependencyObject
[System.ComponentModel.Browsable(true)]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class OperationParameterInfo : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.Browsable(true)>]
type OperationParameterInfo = class
    inherit DependencyObject
[<System.ComponentModel.Browsable(true)>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type OperationParameterInfo = class
    inherit DependencyObject
Public NotInheritable Class OperationParameterInfo
Inherits DependencyObject
Inheritance
OperationParameterInfo
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Constructors

OperationParameterInfo()

Initializes a new instance of the OperationParameterInfo class.

OperationParameterInfo(String)

Initializes a new instance of the OperationParameterInfo class.

Fields

AttributesProperty

Represents the DependencyProperty that targets the Attributes property.

NameProperty

Represents the DependencyProperty that targets the Name property.

ParameterTypeProperty

Represents the DependencyProperty that targets the ParameterType property.

PositionProperty

Represents the DependencyProperty that targets the Position property.

Properties

Attributes

Gets or sets the attributes of the associated operation parameter.

DesignMode

Gets the value that indicates whether this instance is in design or run-time mode.

(Inherited from DependencyObject)
IsIn

true if the associated operation parameter is an In parameter; otherwise, false.

IsLcid

true if the associated operation parameter is a locale identifier; otherwise, false.

IsOptional

true if the associated operation parameter is an optional parameter; otherwise, false.

IsOut

true if the associated operation parameter is an Out parameter; otherwise, false.

IsRetval

true if the associated operation parameter is the return value for the operation; otherwise, false.

Name

Gets or sets the name of the associated operation parameter.

ParameterType

Gets or sets the type of the associated operation parameter.

ParentDependencyObject

Gets the parent DependencyObject in the DependencyObject graph.

(Inherited from DependencyObject)
Position

Gets or sets the signature position of the associated operation parameter.

Site

Gets or sets a reference to the Site component of the DependencyObject.

(Inherited from DependencyObject)
UserData

Gets an IDictionary that associates custom data with this class instance.

(Inherited from DependencyObject)

Methods

AddHandler(DependencyProperty, Object)

Adds a handler for an event of a DependencyObject.

(Inherited from DependencyObject)
Clone()

Creates a shallow copy of the OperationParameterInfo instance.

Dispose()

Releases all the resources used by the DependencyObject.

(Inherited from DependencyObject)
Dispose(Boolean)

Releases the unmanaged resources and optionally releases the managed resources used by DependencyObject.

(Inherited from DependencyObject)
Equals(Object)

Determines whether two Object instances are equal.

GetBinding(DependencyProperty)

Provides access to the ActivityBind associated with the specific DependencyProperty.

(Inherited from DependencyObject)
GetBoundValue(ActivityBind, Type)

Retrieves the Object that is the subject of an ActivityBind.

(Inherited from DependencyObject)
GetHashCode()

Generates a number corresponding to the value of the object to support the use of a hash table.

GetInvocationList<T>(DependencyProperty)

Gets an array that contains the delegates for the specified DependencyProperty.

(Inherited from DependencyObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetValue(DependencyProperty)

Provides access to the value of the designated DependencyProperty.

(Inherited from DependencyObject)
GetValueBase(DependencyProperty)

Provides access to the bound object of a DependencyProperty and bypasses the GetValue(DependencyProperty) override.

(Inherited from DependencyObject)
InitializeProperties()

Performs initialization on dependency properties when overridden in a derived class.

(Inherited from DependencyObject)
IsBindingSet(DependencyProperty)

Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding(DependencyProperty, ActivityBind).

(Inherited from DependencyObject)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MetaEquals(DependencyObject)

Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject.

(Inherited from DependencyObject)
RemoveHandler(DependencyProperty, Object)

Removes an EventHandler from an associated DependencyProperty.

(Inherited from DependencyObject)
RemoveProperty(DependencyProperty)

Removes a DependencyProperty from the DependencyObject.

(Inherited from DependencyObject)
SetBinding(DependencyProperty, ActivityBind)

Sets the ActivityBind for the specified DependencyProperty.

(Inherited from DependencyObject)
SetBoundValue(ActivityBind, Object)

Sets the value of the target ActivityBind.

(Inherited from DependencyObject)
SetReadOnlyPropertyValue(DependencyProperty, Object)

Sets the value of a DependencyProperty, which is read-only.

(Inherited from DependencyObject)
SetValue(DependencyProperty, Object)

Sets the value of the DependencyProperty to the object.

(Inherited from DependencyObject)
SetValueBase(DependencyProperty, Object)

Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue(DependencyProperty, Object).

(Inherited from DependencyObject)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IComponent.Disposed

Represents the method that handles the Disposed event of a component.

(Inherited from DependencyObject)

Applies to