LinkEditDatabase Methods | ![]() |
The LinkEditDatabase type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommitChanges |
Commits the edits that were made since the previous commit. Until edits are committed
they can be rolled back by calling DiscardChanges.
|
![]() ![]() | Compile |
Compiles the database into a CompiledLinkEdits object that can be set on a
RoutingStrategy object.
|
![]() ![]() | CreateLinkEdit |
Adds a new link edit to the database, and returns it.
|
![]() | DeleteLinkEdit |
Deletes a link edit from the database.
|
![]() | DiscardChanges |
Discards the edits that were made since the previous call to CommitChanges.
|
![]() | DiscardLinkEditChanges |
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.
|
![]() | Dispose |
Disposes of the LinkEditDatabase.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLinkEdits |
Gets all of the link edits in the database.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateLinkEdit |
Updates an existing link edit in the database.
|