Object |
The ObjectVersionChecker type exposes the following members.
| Name | Description | |
|---|---|---|
| IsEntityCreatable | Checks whether it is allowed to create an entity in the database. | |
| IsEntityDeepClonable | Checks whether it is allowed to deep clone entities of the specified class from one database to another. | |
| IsEntityReadable | Checks whether it is allowed to read entities of the specified class in the database. | |
| IsEntityReferenceCreatable | Checks whether it is allowed to create a reference to an entity of the specified class from an external drawing. | |
| IsEntityUpgradable | Checks whether entities of the specified class can be upgraded, and helps distinguish between backward and forward compatibility issues. | |
| IsEntityWritable | Checks whether it is allowed to write (modify) entities of the specified class in the database. |