Click or drag to resize

LinkEditDatabase Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The LinkEditDatabase type exposes the following members.

Methods
  NameDescription
Public methodCommitChanges
Commits the edits that were made since the previous commit. Until edits are committed they can be rolled back by calling DiscardChanges.
Public methodCode exampleCompile
Compiles the database into a CompiledLinkEdits object that can be set on a RoutingStrategy object.
Public methodCode exampleCreateLinkEdit
Adds a new link edit to the database, and returns it.
Public methodDeleteLinkEdit
Deletes a link edit from the database.
Public methodDiscardChanges
Discards the edits that were made since the previous call to CommitChanges.
Public methodDiscardLinkEditChanges
Refreshes the supplied LinkEdit with the data that has been stored in the database. Any changes that were made since the last call to CreateLinkEdit or UpdateLinkEdit will be lost.
Public methodDispose
Disposes of the LinkEditDatabase.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLinkEdits
Gets all of the link edits in the database.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateLinkEdit
Updates an existing link edit in the database.
Top
See Also