IFeatureServiceEdit Interface

Description

For Esri internal use only.

Members

Name Description
Method AddServerEditMoment Allow clients to set the moment returned from server-side edit tools.
Read-only property EditedClasses Classes which have been edited in the current edit operation.
Method FlushEdits Allow clients to flush the edits.
Method GetEditChanges Changes in the current edit operation.
Method OverflowedEdits True if edits overflowed.
Method StartEditQuery Begins edit query mode.
Method StopEditQuery Ends edit query mode.

IFeatureServiceEdit.AddServerEditMoment Method

Allow clients to set the moment returned from server-side edit tools.

Public Sub AddServerEditMoment ( _
    ByVal editMoment As Double _
)
public void AddServerEditMoment (
    double editMoment
);

IFeatureServiceEdit.EditedClasses Property

Classes which have been edited in the current edit operation.

Public ReadOnly Property EditedClasses As IArray
public IArray EditedClasses {get;}

IFeatureServiceEdit.FlushEdits Method

Allow clients to flush the edits.

Public Sub FlushEdits ( _
)
public void FlushEdits (
);

IFeatureServiceEdit.GetEditChanges Method

Changes in the current edit operation.

Public Sub GetEditChanges ( _
    ByVal editedClass As ITable, _
    ByRef Inserts As IFIDSet, _
    ByRef Updates As IFIDSet, _
    ByRef Deletes As IFIDSet _
)
public void GetEditChanges (
    ITable editedClass,
    ref IFIDSet Inserts,
    ref IFIDSet Updates,
    ref IFIDSet Deletes
);

IFeatureServiceEdit.OverflowedEdits Method

True if edits overflowed.

Public Sub OverflowedEdits ( _
    ByRef OverflowedEdits As Boolean _
)
public void OverflowedEdits (
    ref bool OverflowedEdits
);

IFeatureServiceEdit.StartEditQuery Method

Begins edit query mode.

Public Sub StartEditQuery ( _
)
public void StartEditQuery (
);

IFeatureServiceEdit.StopEditQuery Method

Ends edit query mode.

Public Sub StopEditQuery ( _
)
public void StopEditQuery (
);

Classes that implement IFeatureServiceEdit

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.