Skip to main content

TriggerUpdateTypes

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Trigger

Update types for watch triggers.

public enum TriggerUpdateTypes

Inheritance ObjectValueTypeEnumTriggerUpdateTypes
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Undefined0Not flags defined.
Insert1An insert operation type.
Update2An update operation type.
Replace4A replace operation type.
Delete8A delete operation type.
All15All operation types.