Click or drag to resize

ManageCRSLabel Class

Class holding label data for Manage CRS Control.
Inheritance Hierarchy
SystemObject
  Cadcorp.Web.UI.Controls.AdminManageCRSLabel

Namespace:  Cadcorp.Web.UI.Controls.Admin
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class ManageCRSLabel

The ManageCRSLabel type exposes the following members.

Constructors
  NameDescription
Public methodManageCRSLabel
Instantiates Label object and populates the text.
Top
Properties
  NameDescription
Public propertyAdd
Add Button Text.
Public propertyAddFailed
Add Failed Text
Public propertyAdding
Adding Text
Public propertyAddSuccess
Add Success Text.
Public propertyAddTitle
Add section title.
Public propertyCancel
Cancel Button Text.
Public propertyDeleteDialogCancel
Delete Dialog Cancel Button Text.
Public propertyDeleteDialogOK
Delete Dialog OK Button Text
Public propertyDeleteDialogText
Delete Dialog Text.
Public propertyDeleteDialogTitle
Delete Dialog Title.
Public propertyDeleteFailed
Delete Failed Text.
Public propertyDeleteSuccess
Delete Success Text
Public propertyDeleting
Deleting Text
Public propertyEdit
Edit Button Text
Public propertyEditTitle
Edit section title.
Public propertyEPSGCode
EPSG Code Label.
Public propertyGetTheProj4JSText
Text for descriptive text telling the user to get the proj 4 js file.
Public propertyLoading
Loading Text
Public propertyMaxX
Max X Label
Public propertyMaxY
Max Y Label.
Public propertyMinX
Min X Label
Public propertyMinY
Min Y Label
Public propertyRemove
Remove Button Text
Public propertyReverseAxis
Reverse Axis Label.
Public propertyUnits
Units Label.
Public propertyUpdate
Update button text.
Public propertyUpdateFailed
Update Failed Text
Public propertyUpdateSuccess
Update Success Text.
Public propertyUpdating
Updating Text
Top
Methods
  NameDescription
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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