Provides access to members that manage rules and validate them.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IValidation2 interface is used when triggering the validation process on an ObjectClass.
Members
Description | ||
---|---|---|
AddRule | Adds the rule to the set of associated rules. | |
AlterRule | Alter the existing validation rule. | |
DeleteRule | Deletes the rule from the set of associated rules. | |
Rules | The rules associated with the class. | |
RulesByField | The rules associated with the attribute. | |
RulesBySubtypeCode | The rules associated with the subtype. | |
Validate | Validates the selection. | |
ValidateSelection | Validates the selection. | |
ValidateSet | Validates the set. |
Inherited Interfaces
Interfaces | Description |
---|---|
IValidation | Provides access to members that manage rules and validate them. |
CoClasses that implement IValidation2
CoClasses and Classes | Description |
---|---|
FeatureClass | ESRI Feature Class object. |
ObjectClass | ESRI Object Class object. |
ObjectClassValidator | ESRI ObjectClassValidator object. |
SchematicDiagramClass (esriSchematic) | Schematic diagram class object. |
SchematicElementClass (esriSchematic) | Schematic element class object. |
TemporalRecordSet (esriTrackingAnalyst) | Defines the COM coclass for the TemporalRecordSet COM object. |