TypedOperationInfo 類別

定義

警告

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

繼承自 OperationInfoOperationInfoBase 物件,可用於 SendActivityReceiveActivity 活動的服務作業資訊。 請注意,這種作業資訊必須以 CLR 型別為基礎。

public ref class TypedOperationInfo sealed : System::Workflow::Activities::OperationInfoBase
public sealed class TypedOperationInfo : System.Workflow.Activities.OperationInfoBase
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class TypedOperationInfo : System.Workflow.Activities.OperationInfoBase
type TypedOperationInfo = class
    inherit OperationInfoBase
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type TypedOperationInfo = class
    inherit OperationInfoBase
Public NotInheritable Class TypedOperationInfo
Inherits OperationInfoBase
繼承
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

建構函式

TypedOperationInfo()
已淘汰.

初始化 TypedOperationInfo 類別的新執行個體。

TypedOperationInfo(Type, String)
已淘汰.

初始化 TypedOperationInfo 類別的新執行個體。

屬性

ContractType
已淘汰.

相關聯的合約介面之型別。

DesignMode
已淘汰.

取得值,這個值會指出這個執行個體是在設計模式或執行階段模式中。

(繼承來源 DependencyObject)
Name
已淘汰.

在衍生類別中實作時,取得或設定與此執行個體關聯的名稱。

(繼承來源 OperationInfoBase)
ParentDependencyObject
已淘汰.

取得 DependencyObject 圖形中的父代 DependencyObject

(繼承來源 DependencyObject)
PrincipalPermissionName
已淘汰.

取得或設定與該作業的安全內容關聯的使用者名稱。

(繼承來源 OperationInfoBase)
PrincipalPermissionRole
已淘汰.

取得或設定與該作業的安全內容關聯的使用者角色 (如 Administrator)。

(繼承來源 OperationInfoBase)
Site
已淘汰.

取得或設定 SiteDependencyObject 元件的參考。

(繼承來源 DependencyObject)
UserData
已淘汰.

取得 IDictionary,它會將自訂資料與這個類別執行個體產生關聯。

(繼承來源 DependencyObject)

方法

AddHandler(DependencyProperty, Object)
已淘汰.

加入 之事件的處理常式。

(繼承來源 DependencyObject)
Clone()
已淘汰.

建立目前物件的複本。

Dispose()
已淘汰.

釋放 DependencyObject 使用的所有資源。

(繼承來源 DependencyObject)
Dispose(Boolean)
已淘汰.

會釋放 Unmanaged 資源,並選擇性地釋放 DependencyObject 所使用的 Managed 資源。

(繼承來源 DependencyObject)
Equals(Object)
已淘汰.

判斷兩個 TypedOperationInfo 執行個體是否相等。

GetBinding(DependencyProperty)
已淘汰.

提供存取與特定 ActivityBind 相關聯的 DependencyProperty

(繼承來源 DependencyObject)
GetBoundValue(ActivityBind, Type)
已淘汰.

擷取 Object,其為 ActivityBind 的主體。

(繼承來源 DependencyObject)
GetContractFullName(IServiceProvider)
已淘汰.

傳回實作此作業的合約完整名稱。

(繼承來源 OperationInfoBase)
GetContractType(IServiceProvider)
已淘汰.

傳回與此作業關聯的合約型別。

(繼承來源 OperationInfoBase)
GetHashCode()
已淘汰.

產生對應於物件值的數字,以支援雜湊資料表的使用。

GetInvocationList<T>(DependencyProperty)
已淘汰.

取得陣列,這個陣列包含指定 DependencyProperty 的委派。

(繼承來源 DependencyObject)
GetIsOneWay(IServiceProvider)
已淘汰.

如果作業是單向的,則為 true;如果是雙向的,則為 false

(繼承來源 OperationInfoBase)
GetMethodInfo(IServiceProvider)
已淘汰.

取得與作業關聯的 MethodInfo

(繼承來源 OperationInfoBase)
GetParameters(IServiceProvider)
已淘汰.

取得與作業關聯的參數集合。

(繼承來源 OperationInfoBase)
GetType()
已淘汰.

取得目前執行個體的 Type

(繼承來源 Object)
GetValue(DependencyProperty)
已淘汰.

提供存取所指定 DependencyProperty 的值。

(繼承來源 DependencyObject)
GetValueBase(DependencyProperty)
已淘汰.

提供對 DependencyProperty 其繫結物件的存取,並略過 GetValue(DependencyProperty) 覆寫。

(繼承來源 DependencyObject)
InitializeProperties()
已淘汰.

在衍生類別中覆寫時,在相依性屬性上執行初始化。

(繼承來源 DependencyObject)
IsBindingSet(DependencyProperty)
已淘汰.

指出 DependencyProperty 的值是否已設定為繫結。 請參閱 SetBinding(DependencyProperty, ActivityBind)

(繼承來源 DependencyObject)
MemberwiseClone()
已淘汰.

建立目前 Object 的淺層複製。

(繼承來源 Object)
MetaEquals(DependencyObject)
已淘汰.

判斷這個 的 是否相等於參數化 的 。

(繼承來源 DependencyObject)
RemoveHandler(DependencyProperty, Object)
已淘汰.

EventHandler 從相關聯的 DependencyProperty 移除。

(繼承來源 DependencyObject)
RemoveProperty(DependencyProperty)
已淘汰.

DependencyPropertyDependencyObject 中移除。

(繼承來源 DependencyObject)
SetBinding(DependencyProperty, ActivityBind)
已淘汰.

設定所指定 ActivityBindDependencyProperty

(繼承來源 DependencyObject)
SetBoundValue(ActivityBind, Object)
已淘汰.

設定目標 ActivityBind 的值。

(繼承來源 DependencyObject)
SetReadOnlyPropertyValue(DependencyProperty, Object)
已淘汰.

設定唯讀的 DependencyProperty 其值。

(繼承來源 DependencyObject)
SetValue(DependencyProperty, Object)
已淘汰.

DependencyProperty 的值設定給物件。

(繼承來源 DependencyObject)
SetValueBase(DependencyProperty, Object)
已淘汰.

DependencyProperty 的值設定為指定的 Object,略過 SetValue(DependencyProperty, Object)

(繼承來源 DependencyObject)
ToString()
已淘汰.

傳回 ,表示目前的 物件。

明確介面實作

IComponent.Disposed
已淘汰.

表示處理元件 Disposed 事件的方法。

(繼承來源 DependencyObject)

適用於