Represents a pass of the audit command.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
Public Enumeration AuditPass
public enum class AuditPass
Members
Member name |
Value |
Description |
Pass1 |
1 |
Case when class members should validate their own data fields
and skip the validation of other objects (even checking for their
existence). |
Pass2 |
2 |
Case when audit members should verify the existence of related
objects and links between the objects. At this stage objects are
recovered (missing objects are recreated, references are
redirected, etc.). |
See Also