Skip to main content

UpdateTypesDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Defines update types

public enum UpdateTypesDto

Inheritance ObjectValueTypeEnumUpdateTypesDto
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.