PropertyEntry Classe

Definição

Representa os dados de uma propriedade de um item selecionado e permite a edição dessa propriedade usando dados de um tipo específico.Represents the data of a property for a selected item and enables editing of this property with type-specific data.

public ref class PropertyEntry abstract : System::Activities::Presentation::PropertyEditing::IPropertyFilterTarget, System::ComponentModel::INotifyPropertyChanged
public abstract class PropertyEntry : System.Activities.Presentation.PropertyEditing.IPropertyFilterTarget, System.ComponentModel.INotifyPropertyChanged
type PropertyEntry = class
    interface INotifyPropertyChanged
    interface IPropertyFilterTarget
Public MustInherit Class PropertyEntry
Implements INotifyPropertyChanged, IPropertyFilterTarget
Herança
PropertyEntry
Implementações

Construtores

PropertyEntry()

Cria uma nova instância da classe PropertyEntry.Creates a new instance of the PropertyEntry class.

PropertyEntry(PropertyValue)

Cria uma nova instância da classe PropertyEntry que serve como uma subpropriedade do PropertyValue especificado.Creates a new instance of the PropertyEntry class that serves as a subproperty of the specified PropertyValue.

Propriedades

CategoryName

Obtém o nome da categoria na qual essa propriedade reside.Gets the name of the category in which this property resides.

Description

Obtém a descrição da propriedade encapsulada.Gets the description of the encapsulated property.

DisplayName

Obtém o nome de exibição para PropertyEntry.Gets the display name for the PropertyEntry.

HasStandardValues

Obtém um valor que indica se um conjunto de valores padrão está disponível para este PropertyEntry.Gets a value that indicates whether a set of standard values is available for this PropertyEntry.

IsAdvanced

Obtém um valor que indica se o PropertyEntry é feito sob medida.Gets a value that indicates whether the PropertyEntry is custom-made.

IsReadOnly

Obtém um valor que indica se o PropertyEntry é somente leitura.Gets a value that indicates whether the PropertyEntry is read-only.

MatchesFilter

Obtém um valor que indica se IPropertyFilterTarget corresponde ao filtro.Gets a value that indicates whether the IPropertyFilterTarget matches the filter. Define o valor para indicar que o IPropertyFilterTarget corresponde ao filtro e dispara o método do manipulador de eventos para a alteração da propriedade.Sets the value to indicate that the IPropertyFilterTarget matches the filter and fires the event handler method for the property change.

ParentValue

Obtém o PropertyValue pai em classes derivadas de uma infraestrutura de host.Gets the parent PropertyValue in classes derived from a host infrastructure.

PropertyName

Obtém o nome da propriedade.Gets the name of the property.

PropertyType

Obtém o tipo da propriedade.Gets the type of the property.

PropertyValue

Obtém o PropertyValue para este PropertyEntry.Gets the PropertyValue for this PropertyEntry.

PropertyValueEditor

Obtém o PropertyValueEditor que é usado para editar o valor deste PropertyEntry.Gets the PropertyValueEditor that is used for editing the value of this PropertyEntry.

StandardValues

Obtém um conjunto de valores possíveis compatíveis com este PropertyEntry.Gets a set of possible values supported by this PropertyEntry.

Métodos

ApplyFilter(PropertyFilter)

Armazena se o valor da propriedade de destino corresponde à PropertyFilter especificada.Stores whether the target property value matches a specified PropertyFilter.

CreatePropertyValueInstance()

Habilita a infraestrutura de host a criar uma nova instância PropertyValue específica do host.Enables the host infrastructure to create a new host-specific PropertyValue instance.

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)
MatchesPredicate(PropertyFilterPredicate)

Implementação de um método IPropertyFilterTarget que determina se a exibição de destino ou o nome do tipo corresponde à cadeia de caracteres especificada que contém o nome de um filtro.Implementation of a IPropertyFilterTarget method that determines whether the target display or type name matches the specified string containing the name of a filter.

MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
OnFilterApplied(PropertyFilter)

Aciona o evento FilterApplied.Raises the FilterApplied event.

OnPropertyChanged(PropertyChangedEventArgs)

Gera o evento PropertyChanged INotifyPropertyChanged.Raises the INotifyPropertyChanged PropertyChanged event.

OnPropertyChanged(String)

Gera o evento INotifyPropertyChanged quando o PropertyContainerEditMode ouve que o PropertyValue foi alterado.Raises the INotifyPropertyChanged event when the PropertyContainerEditMode hears that the PropertyValue has changed.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Eventos

FilterApplied

Declaração do evento IPropertyFilterTarget que ocorre quando um PropertyFilter é alterado por meio de uma chamada ao método ApplyFilter(PropertyFilter).Declaration of the IPropertyFilterTarget event, which occurs when a PropertyFilter is changed through a call to the ApplyFilter(PropertyFilter) method.

PropertyChanged

Declaração do evento INotifyPropertyChanged que ocorre quando um valor da propriedade muda.Declaration of the INotifyPropertyChanged event, which occurs when a property value changes.

Aplica-se a