WorkflowDataContext クラス
定義
現在のワークフロー環境のデータ コンテキストを表します。ワークフローの引数と変数を Windows Presentation Foundation (WPF) データ バインディングのスコープに持ち込むための仲介役を果たします。Represents the data context of the current workflow environment and provides a bridge to bring workflow arguments and variables into the scope of Windows Presentation Foundation (WPF) data binding.
public ref class WorkflowDataContext sealed : System::ComponentModel::CustomTypeDescriptor, IDisposable, System::ComponentModel::INotifyPropertyChanged
public sealed class WorkflowDataContext : System.ComponentModel.CustomTypeDescriptor, IDisposable, System.ComponentModel.INotifyPropertyChanged
type WorkflowDataContext = class
inherit CustomTypeDescriptor
interface INotifyPropertyChanged
interface IDisposable
Public NotInheritable Class WorkflowDataContext
Inherits CustomTypeDescriptor
Implements IDisposable, INotifyPropertyChanged
- 継承
- 実装
メソッド
Dispose() |
WorkflowDataContext によって使用されているリソースを解放します。Releases the resources used by the WorkflowDataContext. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetAttributes() |
この型記述子によって表される型のカスタム属性のコレクションを返します。Returns a collection of custom attributes for the type represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetClassName() |
この型記述子によって表されるクラスの完全修飾名を返します。Returns the fully qualified name of the class represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetComponentName() |
この型記述子によって表されるクラスの名前を返します。Returns the name of the class represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetConverter() |
この型記述子によって表される型の型コンバーターを返します。Returns a type converter for the type represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetDefaultEvent() |
この型記述子によって表されるオブジェクトの既定のイベントに使用するイベント記述子を返します。Returns the event descriptor for the default event of the object represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetDefaultProperty() |
この型記述子によって表されるオブジェクトの既定のプロパティに使用するプロパティ記述子を返します。Returns the property descriptor for the default property of the object represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetEditor(Type) |
この型記述子によって表されるクラスに関連付けられる指定した型のエディターを返します。Returns an editor of the specified type that is to be associated with the class represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetEvents() |
この型記述子によって表されるオブジェクトのイベント記述子のコレクションを返します。Returns a collection of event descriptors for the object represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetEvents(Attribute[]) |
この型記述子によって表されるオブジェクトのイベント記述子のフィルター処理されたコレクションを返します。Returns a filtered collection of event descriptors for the object represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetProperties() |
この WorkflowDataContext によって管理されるプロパティのコレクションを返します。Returns the collection of properties managed by this WorkflowDataContext. |
GetProperties(Attribute[]) |
この型記述子によって表されるオブジェクトのプロパティ記述子のフィルター処理されたコレクションを返します。Returns a filtered collection of property descriptors for the object represented by this type descriptor. (継承元 CustomTypeDescriptor) |
GetPropertyOwner(PropertyDescriptor) |
指定したプロパティ記述子によって記述されたプロパティを含むオブジェクトを返します。Returns an object that contains the property described by the specified property descriptor. (継承元 CustomTypeDescriptor) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |
イベント
PropertyChanged |
プロパティ値が変更するときに発生します。Occurs when a property value changes. |