Edit

Share via


UpdateOperations Enum

Definition

An enumeration used to specify the update operations that were performed on an entity.

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum UpdateOperations
Inheritance
UpdateOperations
Attributes

Fields

Name Value Description
None 0

No operations were performed on the resource.

Add 1

The entity was added.

Change 2

The entity was modified.

Delete 4

The entity was deleted.

Remarks

This enumeration is used on interceptors to determine what kind of changes were performed on entities before they were saved.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1