This document is archived and information here might be outdated.  Recommended version.


IObjectClassValidation Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObjectClassValidation Interface
ArcGIS Developer Help

IObjectClassValidation Interface

Provides access to members that validate row information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IObjectClassValidation interface is an optional interface that is used to provide custom validation of objects in an object class or feature class. This validation is in addition to geodatabase validation of domains, relationship rules and connectivity rules.

Members

Name Description
Method ValidateField Validates the row's specified attribute.
Method ValidateRow Validates the row.

Classes that implement IObjectClassValidation

Classes Description

See Also

IClassExtension Interface | IClassSchemaEdit Interface | IValidation Interface