Supported Load Cachings

Various Business Rules are checked after a change is made to a Model Object. These checks ensure the integrity and consistency of the model.

Load Caching

This Business Rule checks the value of the Load Caching Property for a Model Object.

This check has one parameter:

  • SupportedLoadcachings: list of Load Caching values possible (can be None or Hashing)

If the Business Rule validation fails, the following message will be displayed as a Warning Notification on the Model Object:

Model object '{ModelObject.Name}' of type '{ModelObject.ModelObjectType.Name}' has unsupported load caching '{ModelObject.GetPropertyValue(Properties.LoadCaching)}' defined. Supported load cachings are: {string.Join(", ", supportedLoadCachings)}.

Example: