WorkflowDataContext Classe
Definição
Representa o contexto de dados do ambiente do fluxo de trabalho atual e fornece uma ponte para levar os argumentos e as variáveis do fluxo de trabalho para escopo da associação de dados do WPF (Windows Presentation Foundation).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
- Herança
- Implementações
Métodos
| Dispose() |
Libera os recursos usados pelo WorkflowDataContext.Releases the resources used by the WorkflowDataContext. |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetAttributes() |
Retorna uma coleção de atributos personalizados para o tipo representado por esse descritor de tipo.Returns a collection of custom attributes for the type represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetClassName() |
Retorna o nome totalmente qualificado da classe representada por esse descritor de tipo.Returns the fully qualified name of the class represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetComponentName() |
Retorna o nome da classe representada por esse descritor de tipo.Returns the name of the class represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetConverter() |
Retorna um conversor de tipo para o tipo representado por esse descritor de tipo.Returns a type converter for the type represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetDefaultEvent() |
Retorna o descritor de evento para o evento padrão do objeto representado por esse descritor de tipo.Returns the event descriptor for the default event of the object represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetDefaultProperty() |
Retorna o descritor de propriedade para a propriedade padrão do objeto representado por esse descritor de tipo.Returns the property descriptor for the default property of the object represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetEditor(Type) |
Retorna um editor do tipo especificado que deve ser associado à classe representada por esse descritor de tipo.Returns an editor of the specified type that is to be associated with the class represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetEvents() |
Retorna uma coleção de descritores de evento para o objeto representado por esse descritor de tipo.Returns a collection of event descriptors for the object represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetEvents(Attribute[]) |
Retorna uma coleção filtrada de descritores de evento para o objeto representado por esse descritor de tipo.Returns a filtered collection of event descriptors for the object represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetProperties() |
Retorna a coleção de propriedades gerenciadas por esse WorkflowDataContext.Returns the collection of properties managed by this WorkflowDataContext. |
| GetProperties(Attribute[]) |
Retorna uma coleção filtrada de descritores de propriedade para o objeto representado por esse descritor de tipo.Returns a filtered collection of property descriptors for the object represented by this type descriptor. (Herdado de CustomTypeDescriptor) |
| GetPropertyOwner(PropertyDescriptor) |
Retorna um objeto que contém a propriedade descrita pelo descritor de propriedade especificado.Returns an object that contains the property described by the specified property descriptor. (Herdado de CustomTypeDescriptor) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
Eventos
| PropertyChanged |
Ocorre quando um valor de propriedade é alterado.Occurs when a property value changes. |