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


IModifiedClassInfo.ChildClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IM > IModifiedClassInfo Interface > IModifiedClassInfo.ChildClassName Property
ArcGIS Developer Help

IModifiedClassInfo.ChildClassName Property

The name of the feature class or table.

[Visual Basic .NET]
Public ReadOnly Property ChildClassName As String
[C#]
public string ChildClassName {get;}
[C++]
HRESULT get_ChildClassName(
  System.String* cClassName
);
[C++]
Parameters
cClassName [out, retval]

cClassName 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-out replicas, two-way replicas, 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