ObjectVersionChecker Class

Inheritance Hierarchy
SystemObject
  Autodesk.CivilObjectVersionChecker

Namespace: Autodesk.Civil
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public sealed class ObjectVersionChecker

The ObjectVersionChecker type exposes the following members.

Methods
 NameDescription
Public methodStatic memberIsEntityCreatable Checks whether it is allowed to create an entity in the database.
Public methodStatic memberIsEntityDeepClonable Checks whether it is allowed to deep clone entities of the specified class from one database to another.
Public methodStatic memberIsEntityReadable Checks whether it is allowed to read entities of the specified class in the database.
Public methodStatic memberIsEntityReferenceCreatable Checks whether it is allowed to create a reference to an entity of the specified class from an external drawing.
Public methodStatic memberIsEntityUpgradable Checks whether entities of the specified class can be upgraded, and helps distinguish between backward and forward compatibility issues.
Public methodStatic memberIsEntityWritable Checks whether it is allowed to write (modify) entities of the specified class in the database.
Top
See Also