Click or drag to resize

Bookmark Class

A bookmark read from the web.config
Inheritance Hierarchy
SystemObject
  Cadcorp.ConfigurationBookmark

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class Bookmark : IComparable<Bookmark>

The Bookmark type exposes the following members.

Constructors
  NameDescription
Public methodBookmark
Initializes a new instance of the Bookmark class.
Public methodBookmark(XmlNode)
Initializes a new instance of the Bookmark class.
Public methodBookmark(ConfigurationDataSetBookmarksRow)
Initializes a new instance of the Bookmark class.
Top
Properties
  NameDescription
Public propertyExtent
Gets or Sets the extents of bookmark.
Public propertyId
Gets or Sets the id of bookmark
Public propertyName
Gets or Sets the name of bookmark
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another bookmark object and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other bookmark object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDialogJson
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetJSON
Gets the openlayers bound in JASON fromat
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also