C# Класс RasterSyncExtension.RasterSyncWorkspaceExtension

Наследование: IWorkspaceExtensionControl, IWorkspaceExtension2, IWorkspaceReplicaSyncEvents
Показать файл Открыть проект

Открытые методы

Метод Описание
AfterExportingDataChanges ( IReplica sourceReplica, object dataChangesSource, object deltaFile ) : void

Occurs in the replica geodatabase after data changes have been exported from that replica geodatabase to a delta database. Not used in this implementation.

AfterSynchronizingDataChanges ( IReplica targetReplica, object dataChangesSource, ITable oidMappingTable, ITable changesTable ) : void

Occurs in the master geodatabase after data changes in either a replica geodatabase or delta database are transferred to the master geodatabase.

BeforeExportingDataChanges ( IReplica sourceReplica, object dataChangesSource, object deltaFile ) : void

Occurs in the replica geodatabase before data changes are exported from that replica geodatabase to a delta database. Not used in this implementation.

BeforeSynchronizingDataChanges ( IReplica targetReplica, object dataChangesSource ) : void

Occurs in the master geodatabase before data changes in either a replica geodatabase or delta database are transferred to the master geodatabase. Not used in this implementation.

Init ( IWorkspaceHelper workspaceHelper ) : void

Initializes the workspace extension.

OwnsDatasetType ( esriDatasetType datasetType ) : System.Boolean

Indicates whether the extension owns a dataset type.

Shutdown ( ) : void

Called to shutdown the extension.

get_PrivateDatasetNames ( esriDatasetType datasetType ) : IEnumBSTR

An enumerator of private dataset names used by the extension. Not used in this implementation.

Описание методов

AfterExportingDataChanges() публичный Метод

Occurs in the replica geodatabase after data changes have been exported from that replica geodatabase to a delta database. Not used in this implementation.
public AfterExportingDataChanges ( IReplica sourceReplica, object dataChangesSource, object deltaFile ) : void
sourceReplica IReplica
dataChangesSource object
deltaFile object
Результат void

AfterSynchronizingDataChanges() публичный Метод

Occurs in the master geodatabase after data changes in either a replica geodatabase or delta database are transferred to the master geodatabase.
public AfterSynchronizingDataChanges ( IReplica targetReplica, object dataChangesSource, ITable oidMappingTable, ITable changesTable ) : void
targetReplica IReplica The target replica.
dataChangesSource object A collection of changes made to the master geodatabase.
oidMappingTable ITable Not used in this implementation.
changesTable ITable Not used in this implemented.
Результат void

BeforeExportingDataChanges() публичный Метод

Occurs in the replica geodatabase before data changes are exported from that replica geodatabase to a delta database. Not used in this implementation.
public BeforeExportingDataChanges ( IReplica sourceReplica, object dataChangesSource, object deltaFile ) : void
sourceReplica IReplica
dataChangesSource object
deltaFile object
Результат void

BeforeSynchronizingDataChanges() публичный Метод

Occurs in the master geodatabase before data changes in either a replica geodatabase or delta database are transferred to the master geodatabase. Not used in this implementation.
public BeforeSynchronizingDataChanges ( IReplica targetReplica, object dataChangesSource ) : void
targetReplica IReplica
dataChangesSource object
Результат void

Init() публичный Метод

Initializes the workspace extension.
public Init ( IWorkspaceHelper workspaceHelper ) : void
workspaceHelper IWorkspaceHelper Provides a weak reference to the workspace.
Результат void

OwnsDatasetType() публичный Метод

Indicates whether the extension owns a dataset type.
public OwnsDatasetType ( esriDatasetType datasetType ) : System.Boolean
datasetType esriDatasetType The type of dataset to check.
Результат System.Boolean

Shutdown() публичный Метод

Called to shutdown the extension.
public Shutdown ( ) : void
Результат void

get_PrivateDatasetNames() публичный Метод

An enumerator of private dataset names used by the extension. Not used in this implementation.
public get_PrivateDatasetNames ( esriDatasetType datasetType ) : IEnumBSTR
datasetType esriDatasetType The dataset type.
Результат IEnumBSTR