IEntityChangeTracker.EntityComplexMemberChanged Method (String, Object, String)

 

Notifies the change tracker that a property of a complex type has changed.

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", 
	MessageId = "object")]
void EntityComplexMemberChanged(
	string entityMemberName,
	object complexObject,
	string complexObjectMemberName
)

Parameters

entityMemberName
Type: System.String

The name of the complex property of the entity type that has changed.

complexObject
Type: System.Object

The complex type that contains the property that changed.

complexObjectMemberName
Type: System.String

The name of the property that changed on complex type.