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
实现

属性

RequireRegisteredTypes

获取一个值,该值指示是否需要通过 RegisterType<T>()注册类型。

(继承自 CustomTypeDescriptor)

方法

Dispose()

释放 WorkflowDataContext使用的资源。

Equals(Object)

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

(继承自 Object)
GetAttributes()

返回此类型描述符所表示类型的自定义属性集合。

(继承自 CustomTypeDescriptor)
GetClassName()

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

(继承自 CustomTypeDescriptor)
GetComponentName()

返回此类型描述符表示的类的名称。

(继承自 CustomTypeDescriptor)
GetConverter()

返回此类型描述符所表示的类型的类型转换器。

(继承自 CustomTypeDescriptor)
GetConverterFromRegisteredType()

返回此类型的类型转换器

描述符表示。

(继承自 CustomTypeDescriptor)
GetDefaultEvent()

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

(继承自 CustomTypeDescriptor)
GetDefaultProperty()

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

(继承自 CustomTypeDescriptor)
GetEditor(Type)

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

(继承自 CustomTypeDescriptor)
GetEvents()

返回此类型描述符表示的对象的事件描述符集合。

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

返回由此类型描述符表示的对象的事件描述符的筛选集合。

(继承自 CustomTypeDescriptor)
GetEventsFromRegisteredType()

返回事件描述符的集合

表示此类型描述符的对象。

(继承自 CustomTypeDescriptor)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetProperties()

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

GetProperties(Attribute[])

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

(继承自 CustomTypeDescriptor)
GetPropertiesFromRegisteredType()

返回属性描述符的集合

表示此类型描述符的对象。

(继承自 CustomTypeDescriptor)
GetPropertyOwner(PropertyDescriptor)

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

(继承自 CustomTypeDescriptor)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

事件

PropertyChanged

当属性值更改时发生。

适用于