WorkflowDataContext 类

定义

表示当前工作流环境的数据上下文,并为将工作流自变量和变量纳入 Windows Presentation Foundation (WPF) 数据绑定范围提供桥梁。

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
继承
WorkflowDataContext
实现

方法

Dispose()

释放由 WorkflowDataContext 占用的资源。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetAttributes()

返回此类型说明符表示的类型的自定义特性集合。

(继承自 CustomTypeDescriptor)
GetClassName()

返回由此类型描述符表示的类的完全限定名。

(继承自 CustomTypeDescriptor)
GetComponentName()

返回此类型说明符表示的类的名称。

(继承自 CustomTypeDescriptor)
GetConverter()

返回此类型说明符表示的类型的类型转换器。

(继承自 CustomTypeDescriptor)
GetDefaultEvent()

返回此类型说明符表示的对象的默认事件的事件说明符。

(继承自 CustomTypeDescriptor)
GetDefaultProperty()

返回此类型说明符表示的对象的默认属性的属性描述符。

(继承自 CustomTypeDescriptor)
GetEditor(Type)

返回要与此类型说明符表示的类关联的指定类型的编辑器。

(继承自 CustomTypeDescriptor)
GetEvents()

返回此类型说明符所表示对象的事件说明符的集合。

(继承自 CustomTypeDescriptor)
GetEvents(Attribute[])

返回此类型说明符所表示的对象的已筛选事件说明符集合。

(继承自 CustomTypeDescriptor)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetProperties()

返回此 WorkflowDataContext 管理的属性的集合。

GetProperties(Attribute[])

返回此类型说明符所表示的对象的已筛选属性描述符的集合。

(继承自 CustomTypeDescriptor)
GetPropertyOwner(PropertyDescriptor)

返回一个对象,该对象包含指定的属性描述符所描述的属性。

(继承自 CustomTypeDescriptor)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

事件

PropertyChanged

在属性值更改时发生。

适用于