OperationInfoBase クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
ワークフロー サービスで定義されたコントラクト操作の情報を保存するために使用される基本クラス。
public ref class OperationInfoBase abstract : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.ServiceOperationInfoTypeConverter))]
public abstract class OperationInfoBase : System.Workflow.ComponentModel.DependencyObject
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.ServiceOperationInfoTypeConverter))]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public abstract class OperationInfoBase : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.ServiceOperationInfoTypeConverter))>]
type OperationInfoBase = class
inherit DependencyObject
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.ServiceOperationInfoTypeConverter))>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type OperationInfoBase = class
inherit DependencyObject
Public MustInherit Class OperationInfoBase
Inherits DependencyObject
- 継承
- 派生
- 属性
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
コンストラクター
OperationInfoBase() |
派生クラスとして実装された場合、OperationInfoBase クラスの新しいインスタンスを初期化します。 |
プロパティ
DesignMode |
このインスタンスがデザイン モードとランタイム モードのどちらであるかを示す値を取得します。 (継承元 DependencyObject) |
Name |
派生クラスとして実装された場合、このインスタンスに関連付けられた名前を取得または設定します。 |
ParentDependencyObject |
DependencyObject グラフにおける親 DependencyObject を取得します。 (継承元 DependencyObject) |
PrincipalPermissionName |
操作のセキュリティ コンテキストに関連付けられたユーザー名を取得または設定します。 |
PrincipalPermissionRole |
操作のセキュリティ コンテキストに関連付けられたユーザー ロール ( |
Site |
Site の DependencyObject コンポーネントの参照を取得または設定します。 (継承元 DependencyObject) |
UserData |
このクラス インスタンスにカスタム データを関連付ける IDictionary を取得します。 (継承元 DependencyObject) |
メソッド
明示的なインターフェイスの実装
IComponent.Disposed |
コンポーネントの Disposed イベントを処理するメソッドを表します。 (継承元 DependencyObject) |