ArcObjects Library Reference (GeoDatabaseDistributed)  

IModifiedClassInfo.ParentClassName Property

Name of the checked out feature class or table in the master database.

[Visual Basic .NET]
Public ReadOnly Property ParentClassName As String
[C#]
public string ParentClassName {get;}
[C++]
HRESULT get_ParentClassName(
  BSTR* rName
);
[C++]

Parameters

rName [out, retval]   rName is a parameter of type BSTR

Product Availability

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

Remarks

The name of a table, feature class or attributed relationship class to which the edits have been applied on the source geodatabse.

For sources other than check-outs, two way or one way replicas (i.e. DeltaDataChanges or VersionDataChanges) the ParentClassName is the same as the ChildClassName.  For CheckoutDataChanges colclass, the ParentClassName refers to the parent replica geodatabase (previously referred to as the master geodatabase) while the ChildClassName refers to the check-out geodatabase.  For the ReplicationDataChanges coclass, the ParentClassName is the parent replica geodatabase and the ChildClassName refers to the child replica geodatabase.

See Also

IModifiedClassInfo Interface