Enum DeleteValueConfigurationValidation
Defines the validation behavior of not providing the delete value delegates.
Namespace: Tenray.ZoneTree.Options
Assembly: ZoneTree.dll
Syntax
public enum DeleteValueConfigurationValidation
Fields
Name | Description |
---|---|
NotRequired | Allows creating ZoneTree without delete record support. |
Required | Throws an error if the value deletion delegates are not configured. |
Warning | Logs a warning if the value deletion delegates are not configured. |