Private Static _integrityStatic CheckFor a given entity, fields should be in sequence starting from 1. There should be no duplicate sequences within a given entity. Invalidation of this could cause downstream issues with the system in particular with execution of Create/Update operations.
Protected Static CheckStatic CheckChecks the sequence of fields for a single entity. This is useful when you want to check a single entity at a time.
Static RunRuns integrity checks on the system. If onlyEnabled is true, then only checks that are enabled in the configuration will be run. If false, all checks will be run.
This class has methods that can check various aspects of a MemberJunction installation's integrity. Code Gen will run the various integrity checks based on configuration options that can be set in the master configuration file.