C# 클래스 RasterSyncExtension.RasterSyncWorkspaceExtension

상속: IWorkspaceExtensionControl, IWorkspaceExtension2, IWorkspaceReplicaSyncEvents
파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

공개 메소드들

메소드 설명
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