TrackingCondition Classe
Definição
Cuidado
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Um abstract classe base que representa uma comparação que pode ser usada para restringir uma ActivityTrackingLocation ou UserTrackingLocation.An abstract base class representing a comparison that can be used to constrain an ActivityTrackingLocation or a UserTrackingLocation.
public ref class TrackingCondition abstract
[System.Serializable]
public abstract class TrackingCondition
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public abstract class TrackingCondition
[<System.Serializable>]
type TrackingCondition = class
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TrackingCondition = class
Public MustInherit Class TrackingCondition
- Herança
-
TrackingCondition
- Derivado
- 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.
TrackingCondition é a classe base abstrata da qual ActivityTrackingCondition é derivado.TrackingCondition is the abstract base class from which ActivityTrackingCondition is derived.
TrackingCondition é avaliado pela comparação do valor de Member para Value aplicando-se Operator .TrackingCondition is evaluated by comparing the value of Member to Value by applying Operator.
Construtores
| TrackingCondition() |
Quando implementado em uma classe derivada, inicializa uma nova instância da classe TrackingCondition.When implemented in a derived class, initializes a new instance of the TrackingCondition class. |
Propriedades
| Member |
Quando substituído em uma classe derivada, obtém ou define o nome do membro cujo valor será comparado.When overridden in a derived class, gets or sets the name of the member whose value will be compared. |
| Operator |
Quando substituído em uma classe derivada, obtém ou define o operador a ser usado na comparação.When overridden in a derived class, gets or sets the operator to use in the comparison. |
| Value |
Quando substituído em uma classe derivada, obtém ou define o valor a ser comparado.When overridden in a derived class, gets or sets the value to compare. |
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) |