Click or drag to resize

OverlaysDataSetMapWMSOverlaysRow Class

Represents strongly named DataRow class.
Inheritance Hierarchy
SystemObject
  System.DataDataRow
    Cadcorp.ConfigurationOverlaysDataSetMapWMSOverlaysRow

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class MapWMSOverlaysRow : DataRow

The OverlaysDataSetMapWMSOverlaysRow type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
Public propertyCopyright
Public propertyEPSGCode
Public propertyExceptions
Public propertyHasErrors
Gets a value that indicates whether there are errors in a row.
(Inherited from DataRow.)
Public propertyImageCheckbox
Public propertyImageFormat
Public propertyIncludeInLayerTree
Public propertyIsBaseLayer
Public propertyItemInt32
Gets or sets the data stored in the column specified by index.
(Inherited from DataRow.)
Public propertyItemString
Gets or sets the data stored in the column specified by name.
(Inherited from DataRow.)
Public propertyItemDataColumn
Gets or sets the data stored in the specified DataColumn.
(Inherited from DataRow.)
Public propertyItemInt32, DataRowVersion
Gets the data stored in the column, specified by index and version of the data to retrieve.
(Inherited from DataRow.)
Public propertyItemString, DataRowVersion
Gets the specified version of data stored in the named column.
(Inherited from DataRow.)
Public propertyItemDataColumn, DataRowVersion
Gets the specified version of data stored in the specified DataColumn.
(Inherited from DataRow.)
Public propertyItemArray
Gets or sets all the values for this row through an array.
(Inherited from DataRow.)
Public propertyLegendImageHeight
Public propertyLegendImageWidth
Public propertyLegendUrl
Public propertyMapName
Public propertyMaxScale
Public propertyMinScale
Public propertyName
Public propertyNumZoomLevels
Public propertyProxyUrl
Public propertyReverseAxis
Public propertyRowError
Gets or sets the custom error description for a row.
(Inherited from DataRow.)
Public propertyRowState
Gets the current state of the row with regard to its relationship to the DataRowCollection.
(Inherited from DataRow.)
Public propertyShowLegendButton
Public propertyTable
Gets the DataTable for which this row has a schema.
(Inherited from DataRow.)
Public propertyTileHeight
Public propertyTileWidth
Public propertyTransitionEffect
Public propertyUnits
Public propertyUseProxy
Public propertyVersion
Public propertyVisible
Public propertyWMSOverlayID
Top
Methods
  NameDescription
Public methodAcceptChanges
Commits all the changes made to this row since the last time AcceptChanges was called.
(Inherited from DataRow.)
Public methodBeginEdit
Starts an edit operation on a DataRow object.
(Inherited from DataRow.)
Public methodCancelEdit
Cancels the current edit on the row.
(Inherited from DataRow.)
Public methodClearErrors
Clears the errors for the row. This includes the RowError and errors set with SetColumnError(Int32, String).
(Inherited from DataRow.)
Public methodDelete
Deletes the DataRow.
(Inherited from DataRow.)
Public methodEndEdit
Ends the edit occurring on the row.
(Inherited from DataRow.)
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 methodGetChildRows(String)
Gets the child rows of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
Public methodGetChildRows(DataRelation)
Gets the child rows of this DataRow using the specified DataRelation.
(Inherited from DataRow.)
Public methodGetChildRows(String, DataRowVersion)
Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetChildRows(DataRelation, DataRowVersion)
Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetColumnError(Int32)
Gets the error description for the column specified by index.
(Inherited from DataRow.)
Public methodGetColumnError(String)
Gets the error description for a column, specified by name.
(Inherited from DataRow.)
Public methodGetColumnError(DataColumn)
Gets the error description of the specified DataColumn.
(Inherited from DataRow.)
Public methodGetColumnsInError
Gets an array of columns that have errors.
(Inherited from DataRow.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMapWMSOverlayLayersRows
Public methodGetMapWMSUrlsRows
Public methodGetParentRow(String)
Gets the parent row of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
Public methodGetParentRow(DataRelation)
Gets the parent row of a DataRow using the specified DataRelation.
(Inherited from DataRow.)
Public methodGetParentRow(String, DataRowVersion)
Gets the parent row of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetParentRow(DataRelation, DataRowVersion)
Gets the parent row of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetParentRows(String)
Gets the parent rows of a DataRow using the specified RelationName of a DataRelation.
(Inherited from DataRow.)
Public methodGetParentRows(DataRelation)
Gets the parent rows of a DataRow using the specified DataRelation.
(Inherited from DataRow.)
Public methodGetParentRows(String, DataRowVersion)
Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetParentRows(DataRelation, DataRowVersion)
Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion.
(Inherited from DataRow.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasVersion
Gets a value that indicates whether a specified version exists.
(Inherited from DataRow.)
Public methodIsBufferNull
Public methodIsCopyrightNull
Public methodIsEPSGCodeNull
Public methodIsExceptionsNull
Public methodIsImageCheckboxNull
Public methodIsImageFormatNull
Public methodIsIncludeInLayerTreeNull
Public methodIsIsBaseLayerNull
Public methodIsLegendImageHeightNull
Public methodIsLegendImageWidthNull
Public methodIsLegendUrlNull
Public methodIsMapNameNull
Public methodIsMaxScaleNull
Public methodIsMinScaleNull
Public methodIsNameNull
Public methodIsNull(Int32)
Gets a value that indicates whether the column at the specified index contains a null value.
(Inherited from DataRow.)
Public methodIsNull(String)
Gets a value that indicates whether the named column contains a null value.
(Inherited from DataRow.)
Public methodIsNull(DataColumn)
Gets a value that indicates whether the specified DataColumn contains a null value.
(Inherited from DataRow.)
Public methodIsNull(DataColumn, DataRowVersion)
Gets a value that indicates whether the specified DataColumn and DataRowVersion contains a null value.
(Inherited from DataRow.)
Public methodIsNumZoomLevelsNull
Public methodIsProxyUrlNull
Public methodIsReverseAxisNull
Public methodIsShowLegendButtonNull
Public methodIsTileHeightNull
Public methodIsTileWidthNull
Public methodIsTransitionEffectNull
Public methodIsUnitsNull
Public methodIsUseProxyNull
Public methodIsVersionNull
Public methodIsVisibleNull
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRejectChanges
Rejects all changes made to the row since AcceptChanges was last called.
(Inherited from DataRow.)
Public methodSetAdded
Changes the Rowstate of a DataRow to Added.
(Inherited from DataRow.)
Public methodSetBufferNull
Public methodSetColumnError(Int32, String)
Sets the error description for a column specified by index.
(Inherited from DataRow.)
Public methodSetColumnError(String, String)
Sets the error description for a column specified by name.
(Inherited from DataRow.)
Public methodSetColumnError(DataColumn, String)
Sets the error description for a column specified as a DataColumn.
(Inherited from DataRow.)
Public methodSetCopyrightNull
Public methodSetEPSGCodeNull
Public methodSetExceptionsNull
Public methodSetImageCheckboxNull
Public methodSetImageFormatNull
Public methodSetIncludeInLayerTreeNull
Public methodSetIsBaseLayerNull
Public methodSetLegendImageHeightNull
Public methodSetLegendImageWidthNull
Public methodSetLegendUrlNull
Public methodSetMapNameNull
Public methodSetMaxScaleNull
Public methodSetMinScaleNull
Public methodSetModified
Changes the Rowstate of a DataRow to Modified.
(Inherited from DataRow.)
Public methodSetNameNull
Protected methodSetNull
Sets the value of the specified DataColumn to a null value.
(Inherited from DataRow.)
Public methodSetNumZoomLevelsNull
Public methodSetParentRow(DataRow)
Sets the parent row of a DataRow with specified new parent DataRow.
(Inherited from DataRow.)
Public methodSetParentRow(DataRow, DataRelation)
Sets the parent row of a DataRow with specified new parent DataRow and DataRelation.
(Inherited from DataRow.)
Public methodSetProxyUrlNull
Public methodSetReverseAxisNull
Public methodSetShowLegendButtonNull
Public methodSetTileHeightNull
Public methodSetTileWidthNull
Public methodSetTransitionEffectNull
Public methodSetUnitsNull
Public methodSetUseProxyNull
Public methodSetVersionNull
Public methodSetVisibleNull
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also