ObjectStateEntry.IEntityChangeTracker.EntityComplexMemberChanging Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilisé pour signaler qu’une propriété complexe est sur le point de changer La valeur actuelle de la propriété spécifiée est mise en cache lorsque cette méthode est appelée.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void IEntityChangeTracker.EntityComplexMemberChanging (string entityMemberName, object complexObject, string complexObjectMemberName);
Sub EntityComplexMemberChanging (entityMemberName As String, complexObject As Object, complexObjectMemberName As String) Implements IEntityChangeTracker.EntityComplexMemberChanging
Paramètres
- entityMemberName
- String
Nom de la propriété d’entité de niveau supérieur qui change
- complexObject
- Object
Objet complexe qui contient la propriété en cours de modification
- complexObjectMemberName
- String
Nom de la propriété qui change sur complexObject
Implémente
- Attributs