ArcObjects Library Reference (GeoDatabaseDistributed)  

IModifiedClassInfo Interface

Provides access to members that return information about feature classes and tables with edits.

Product Availability

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

Members

Description
Read-only property ChildClassName The name of the feature class or table.
Read-only property ClassID The ID assigned to the feature class or table in the geodatabase.
Read-only property DatasetType The type of data.
Read-only property ParentClassName Name of the checked out feature class or table in the master database.
Read-only property ParentDatabase Name of the database where the checked out feature class or table is stored in the master database.
Read-only property ParentOwner Name of the database user that owns the checked out feature class or table in the master database.

Remarks

This interface has properties to return the modified tables, feature classes and attributed relationship classes. The ChildClassName, ClassID and DatasetType properties refer to the source geodatabase (e.g. check-out geodatabase) or delta file while the ParentClassName, ParentDatabase and ParentOwner properties refer to the destination for the changes (e.g. parent replica geodatabase).