Skip to main content

Definition

Assembly: CloudNimble.EasyAF.Restier.dll Namespace: CloudNimble.EasyAF.Restier Inheritance: System.Enum

Syntax

CloudNimble.EasyAF.Restier.RestierOperationType

Summary

Specifies the type of operation being performed in Restier for logging and tracking purposes. Used by RestierHelpers to provide consistent operation logging across entity lifecycle events.

Values

NameValueDescription
Filtered1Indicates that entities have been filtered during query operations.
Inserting2Indicates that an entity is currently being inserted (in progress).
Inserted3Indicates that an entity has been successfully inserted (completed).
Updating4Indicates that an entity is currently being updated (in progress).
Updated5Indicates that an entity has been successfully updated (completed).
Deleting6Indicates that an entity is currently being deleted (in progress).
Deleted7Indicates that an entity has been successfully deleted (completed).