OperationInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
代表工作流程服務中定義的合約作業之資訊。
public ref class OperationInfo sealed : System::Workflow::Activities::OperationInfoBase
public sealed class OperationInfo : System.Workflow.Activities.OperationInfoBase
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class OperationInfo : System.Workflow.Activities.OperationInfoBase
type OperationInfo = class
inherit OperationInfoBase
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type OperationInfo = class
inherit OperationInfoBase
Public NotInheritable Class OperationInfo
Inherits OperationInfoBase
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。
OperationInfo 類別可用來定義 ReceiveActivity 活動的服務合約資訊。
注意
OperationInfo 類別只能用在工作流程優先類型服務。 如需工作流程優先服務的詳細資訊,請參閱 工作流程服務撰寫樣式。
建構函式
OperationInfo() |
已淘汰.
初始化 OperationInfo 類別的新執行個體。 |
屬性
ContractName |
已淘汰.
取得或設定可定義此作業的合約之完整名稱。 |
DesignMode |
已淘汰.
取得值,這個值會指出這個執行個體是在設計模式或執行階段模式中。 (繼承來源 DependencyObject) |
HasProtectionLevel |
已淘汰.
取得作業是否具有已定義的 ProtectionLevel 之相關資訊。 |
IsOneWay |
已淘汰.
取得或設定指定服務與用戶端間的通訊是單向通訊的作業相關資訊。 |
Name |
已淘汰.
在衍生類別中實作時,取得或設定與此執行個體關聯的名稱。 (繼承來源 OperationInfoBase) |
Parameters |
已淘汰.
取得 OperationParameterInfo 物件的集合,這些物件表示該作業使用的參數定義。 |
ParentDependencyObject |
已淘汰.
取得 DependencyObject 圖形中的父代 DependencyObject。 (繼承來源 DependencyObject) |
PrincipalPermissionName |
已淘汰.
取得或設定與該作業的安全內容關聯的使用者名稱。 (繼承來源 OperationInfoBase) |
PrincipalPermissionRole |
已淘汰.
取得或設定與該作業的安全內容關聯的使用者角色 (如 |
ProtectionLevel |
已淘汰.
取得或設定作業的 ProtectionLevel。 |
Site |
已淘汰.
取得或設定 Site 的 DependencyObject 元件的參考。 (繼承來源 DependencyObject) |
UserData |
已淘汰.
取得 IDictionary,它會將自訂資料與這個類別執行個體產生關聯。 (繼承來源 DependencyObject) |
方法
明確介面實作
IComponent.Disposed |
已淘汰.
表示處理元件 Disposed 事件的方法。 (繼承來源 DependencyObject) |