ArcObjects Library Reference (GeoDatabase)  

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

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

See Also

IClassExtension Interface | IClassSchemaEdit Interface | IValidation Interface