BindValidationContext Classe

Definição

Cuidado

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Representa o contexto para a validação de um ActivityBind.Represents the context for the validation of an ActivityBind. Essa classe não pode ser herdada.This class cannot be inherited.

public ref class BindValidationContext sealed
public sealed class BindValidationContext
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class BindValidationContext
type BindValidationContext = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type BindValidationContext = class
Public NotInheritable Class BindValidationContext
Herança
BindValidationContext
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Construtores

BindValidationContext(Type)

Inicializa uma nova instância da classe BindValidationContext, ao inicializar o Type do destino do ActivityBind.Initializes a new instance of the BindValidationContext class, while initializing the Type of the target of the ActivityBind.

BindValidationContext(Type, AccessTypes)

Inicializa uma nova instância da classe BindValidationContext, inicializando o Type e o AccessTypes do destino da associação representada por esta instância.Initializes a new instance of the BindValidationContext class, initializing the Type and the AccessTypes of the target of the bind represented by this instance.

Propriedades

Access

Obtém o AccessTypes do destino do ActivityBind representado por esta instância.Gets the AccessTypes of the target of the ActivityBind represented by this instance.

TargetType

Obtém o Type do destino do ActivityBind representado por esta instância.Gets the Type of the target of the ActivityBind represented by this instance.

Métodos

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)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
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)

Aplica-se a