ValidatingViewModelBase (Clase)
Un modelo de vista que validación admiten.
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.MVVM.NotifyPropertyChangedDispatcherObject
Microsoft.TeamFoundation.MVVM.ViewModelBase
Microsoft.TeamFoundation.MVVM.ValidatingViewModelBase
Microsoft.TeamFoundation.MVVM.WindowViewModel
Espacio de nombres: Microsoft.TeamFoundation.MVVM
Ensamblado: Microsoft.TeamFoundation.Controls (en Microsoft.TeamFoundation.Controls.dll)
Sintaxis
'Declaración
Public Class ValidatingViewModelBase _
Inherits ViewModelBase _
Implements IDataErrorInfo
public class ValidatingViewModelBase : ViewModelBase,
IDataErrorInfo
El tipo ValidatingViewModelBase expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ValidatingViewModelBase(ViewModelBase) | ||
ValidatingViewModelBase(Dispatcher, ViewModelBase) |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Dispatcher | Distribuidor asociado a este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
MessageBoxService | (Se hereda de ViewModelBase). | |
ParentViewModel | (Se hereda de ViewModelBase). | |
UIHostService | (Se hereda de ViewModelBase). | |
ValidationRules | Colección de reglas de validación. | |
WindowDisplayService | (Se hereda de ViewModelBase). |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddDependencySource(String, INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
AddDependencySource(String, INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CheckAccess | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CheckAccessBeginExecute | Ejecuta la acción especificada en un subproceso asociado al distribuidor del objeto. Esto invoca un BeginInvoke en el distribuidor, no espera la acción para completar -- especificado inmediatamente. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CheckAccessExecute(Action) | Ejecuta la acción especificada en un subproceso asociado al distribuidor del objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CheckAccessExecute<TResult>(Func<TResult>) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
Equals | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
Finalize | Permite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object). | |
GetDependencySourceName(INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
GetDependencySourceName(INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
GetHashCode | Actúa como función hash para un tipo concreto. (Se hereda de Object). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
GetWaitCursor | (Se hereda de ViewModelBase). | |
HasErrors | Comprueba si hay al menos una regla de validación se interrumpirían. | |
MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). | |
RaisePropertyChanged | (Se hereda de ViewModelBase). | |
ReceiveWeakEvent | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
RegisterService | (Se hereda de ViewModelBase). | |
RegisterServices | (Se hereda de ViewModelBase). | |
RemoveDependencySource(String, INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
RemoveDependencySource(String, INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
ResolveService<TService> | Resuelve el servicio. (Se hereda de ViewModelBase). | |
SetAndRaisePropertyChanged(Boolean%, Boolean, String) | Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo de System.Boolean. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
SetAndRaisePropertyChanged(Int32%, Int32, String) | Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo System.Int32. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
SetAndRaisePropertyChanged(String%, String, String) | Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo string. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
SetAndRaisePropertyChanged<T>(T%, T, String) | Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). | |
TryResolveService(Type) | (Se hereda de ViewModelBase). | |
TryResolveService<TService>() | (Se hereda de ViewModelBase). | |
UnRegisterService | (Se hereda de ViewModelBase). | |
UnRegisterServices | (Se hereda de ViewModelBase). | |
VerifyAccess | Se aplica al subproceso de llamada tiene acceso a este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | Tiene lugar cuando cambia un valor de propiedad. (Se hereda de NotifyPropertyChangedDispatcherObject). |
Arriba
Implementaciones explícitas de interfaces
Nombre | Descripción | |
---|---|---|
IDataErrorInfo.Error | Obtiene un mensaje de error que indica lo que le pasa a este objeto. | |
IDataErrorInfo.Item | Obtiene el mensaje de error para la propiedad que tiene el nombre especificado. | |
IWeakEventListener.ReceiveWeakEvent | (Se hereda de NotifyPropertyChangedDispatcherObject). |
Arriba
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.