Entity |
This is preliminary documentation and is subject to change.
The EntityEditEntry type exposes the following members.
Name | Description | |
---|---|---|
EntityEditEntry(String) | Initializes a new instance of the EntityEditEntry class | |
EntityEditEntry(String, Object) | Initializes a new instance of the EntityEditEntry class | |
EntityEditEntry(String, Object, EntityEditEntryState) | Initializes a new instance of the EntityEditEntry class |
Name | Description | |
---|---|---|
PropertyName | The CLR property name of the changed value. | |
State | The operation performed on this entry. | |
Value | The new item, updated existing item, or for the deletion, the item that has enough information to determine the item to remove. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |