Defines the datasets in a replica.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IDocumentVersionSupportGEN (esriSystem) | Provides access to extend the IObjectStream interface with methods to hande saving objects that did not exist in previous versions of the software. |
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) | |
IReplicaDescription | Provides access to members which set and return the properties of a ReplicaDescription object. |
IReplicaDescription2 | Provides access to members which set and return the properties of a ReplicaDescription object. |
IReplicaDescription3 | Provides access to members which set and return the properties of a ReplicaDescription object. |
IReplicaDescription4 | Provides access to members which set and return the properties of a ReplicaDescription object. |
IReplicaDescriptionExtensionManager | Provides access to replica description extension manager. |
IReplicaFilterDescription | Provides access to members that return a replica's properties. |
IReplicaFilterDescription2 | Provides access to members that return a replica's properties. |
IReplicaFilterDescriptionEdit | Provides access to members that set a replica's properties. |
IXMLReplicaDescription | Provides access to members which set and return the properties of a ReplicaDescription object. |
Remarks
This coclass is used to define the data to be checked out or extracted. It can also be returned from existing check-outs and used to determine the conditions applied on check out.
See Also
CheckOut Class | ICheckOut.CheckOutData Method | IReplicaValidation Interface | ICheckOut Interface