Delta<TStructuralType>.GetChangedPropertyNames Method

Definition

Returns the known properties that have been modified through this Delta as an IEnumerable<T> of property Names. Includes the structural properties at current level. Does not include the names of the changed dynamic properties.

public override System.Collections.Generic.IEnumerable<string> GetChangedPropertyNames ();
override this.GetChangedPropertyNames : unit -> seq<string>
Public Overrides Function GetChangedPropertyNames () As IEnumerable(Of String)

Returns

Implements

Applies to