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. |