This documentation is archived and is not being maintained.
TypedOperationInfo Class
Visual Studio 2010
An OperationInfo object that inherits from OperationInfoBase used for the service operation information of the SendActivity and ReceiveActivity activities. Note that this operation information must be based on a CLR type.
System::Object
System.Workflow.ComponentModel::DependencyObject
System.Workflow.Activities::OperationInfoBase
System.Workflow.Activities::TypedOperationInfo
System.Workflow.ComponentModel::DependencyObject
System.Workflow.Activities::OperationInfoBase
System.Workflow.Activities::TypedOperationInfo
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
The TypedOperationInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TypedOperationInfo() | Initializes a new instance of the TypedOperationInfo class. |
![]() | TypedOperationInfo(Type, String) | Initializes a new instance of the TypedOperationInfo class. |
| Name | Description | |
|---|---|---|
![]() | ContractType | The type of the associated contract interface. |
![]() | DesignMode | Gets the value that indicates whether this instance is in design or run-time mode. (Inherited from DependencyObject.) |
![]() | Name | When implemented in a derived class, gets or sets the name associated with this instance. (Inherited from OperationInfoBase.) |
![]() | ParentDependencyObject | Gets the parent DependencyObject in the DependencyObject graph. (Inherited from DependencyObject.) |
![]() | PrincipalPermissionName | Gets or sets the user name associated with the security context of the operation. (Inherited from OperationInfoBase.) |
![]() | PrincipalPermissionRole | Gets or sets the user role (e.g. Administrator) associated with the security context of the operation. (Inherited from OperationInfoBase.) |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | AddHandler | Adds a handler for an event of a DependencyObject. (Inherited from DependencyObject.) |
![]() | Clone | Creates a copy of the current object. (Overrides OperationInfoBase::Clone().) |
![]() | 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 | Determines whether two TypedOperationInfo instances are equal. (Overrides OperationInfoBase::Equals(Object).) |
![]() | Finalize | Provided as an override to Object::Finalize to clean up any unmanaged resources deterministically. (Inherited from DependencyObject.) |
![]() | GetBinding | Provides access to the ActivityBind associated with the specific DependencyProperty. (Inherited from DependencyObject.) |
![]() | GetBoundValue | Retrieves the Object that is the subject of an ActivityBind. (Inherited from DependencyObject.) |
![]() | GetContractFullName | Returns the full name of the contract that implements this operation. (Inherited from OperationInfoBase.) |
![]() | GetContractType | Returns the type of the contract associated with this operation. (Inherited from OperationInfoBase.) |
![]() | GetHashCode | Generates a number that corresponds to the value of the object to support the use of a hash table. (Overrides OperationInfoBase::GetHashCode().) |
![]() | GetInvocationList<T> | Gets an array that contains the delegates for the specified DependencyProperty. (Inherited from DependencyObject.) |
![]() | GetIsOneWay | true if this operation is one-way, false if it is two-way. (Inherited from OperationInfoBase.) |
![]() | GetMethodInfo | Gets the MethodInfo associated with the operation. (Inherited from OperationInfoBase.) |
![]() | GetParameters | Gets the collection of parameters associated with the operation. (Inherited from OperationInfoBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Provides access to the value of the designated DependencyProperty. (Inherited from DependencyObject.) |
![]() | GetValueBase | Provides access to the bound object of a DependencyProperty and bypasses the GetValue override. (Inherited from DependencyObject.) |
![]() | InitializeProperties | Performs initialization on dependency properties when overridden in a derived class. (Inherited from DependencyObject.) |
![]() | IsBindingSet | Indicates whether the value of a DependencyProperty is set as a binding. See SetBinding. (Inherited from DependencyObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MetaEquals | Determines whether the metaproperties of this DependencyObject equals the metaproperties of the parameterized DependencyObject. (Inherited from DependencyObject.) |
![]() | RemoveHandler | Removes an EventHandler from an associated DependencyProperty. (Inherited from DependencyObject.) |
![]() | RemoveProperty | Removes a DependencyProperty from the DependencyObject. (Inherited from DependencyObject.) |
![]() | SetBinding | Sets the ActivityBind for the specified DependencyProperty. (Inherited from DependencyObject.) |
![]() | SetBoundValue | Sets the value of the target ActivityBind. (Inherited from DependencyObject.) |
![]() | SetReadOnlyPropertyValue | Sets the value of a DependencyProperty, which is read-only. (Inherited from DependencyObject.) |
![]() | SetValue | Sets the value of the DependencyProperty to the object. (Inherited from DependencyObject.) |
![]() | SetValueBase | Sets the value of the DependencyProperty to the specified Object, bypassing the SetValue. (Inherited from DependencyObject.) |
![]() | ToString | Returns a String that represents the current TypedOperationInfo object. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IComponent::Disposed | Represents the method that handles the Disposed event of a component. (Inherited from DependencyObject.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

