Enum ConfigChangeType
Indicates changes in the system have occurred against objects that have their configuration automatically loaded with AddInLoaderHelper
Namespace: LemonEdge.API.Core.Context
Assembly: LemonEdge.API.dll
Syntax
public enum ConfigChangeType : short
Fields
Name | Description |
---|---|
AddIn | Indicates an object related to addins in the system have changed |
CustomGrid | Indicates object related to custom grids being designed in the system have changed |
CustomObject | Indicates object related to custom objects being designed in the system have changed |
CustomTree | Indicates object related to custom trees being designed in the system have changed |
CustomView | Indicates object related to custom views being designed in the system have changed |