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.
Avertit le suivi des modifications d’une modification en attente d’une propriété complexe.
public:
void EntityComplexMemberChanging(System::String ^ entityMemberName, System::Object ^ complexObject, System::String ^ complexObjectMemberName);
public void EntityComplexMemberChanging(string entityMemberName, object complexObject, string complexObjectMemberName);
abstract member EntityComplexMemberChanging : string * obj * string -> unit
Public Sub EntityComplexMemberChanging (entityMemberName As String, complexObject As Object, complexObjectMemberName As String)
Paramètres
- entityMemberName
- String
Nom de la propriété d’entité de niveau supérieur qui change.
- complexObject
- Object
Type complexe qui contient la propriété qui change.
- complexObjectMemberName
- String
Nom de la propriété qui change sur le type complexe.
Remarques
EntityComplexMemberChanging est utilisé par EntityObject et ComplexObject pour signaler qu’une propriété complexe change.
Pour plus d’informations, consultez Résolution des identités, Gestion des états et Suivides modifications dans les entités POCO.