Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

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).