Click or drag to resize

ConfigurationDataSetMapRow Class

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

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

The ConfigurationDataSetMapRow type exposes the following members.

Properties
  NameDescription
Public propertyAllowAnonymousAccess
Public propertyAllowInEmbeddedMap
Public propertyAnnotationLayerEnabled
Public propertyDefaultMap
Public propertyDescription
Public propertydisplayprojection
Public propertyDPI
Public propertyDrawingMapStyleID
Public propertyEditingMapStyleID
Public propertyGeolocationResolution
Public propertyHasErrors
Gets a value that indicates whether there are errors in a row.
(Inherited from DataRow.)
Public propertyIconID
Public propertyInitialLocationX
Public propertyInitialLocationY
Public propertyInitialResolution
Public propertyInitialScale
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 propertyKineticPan
Public propertyLocalKnowledgeID
Public propertyMapID
Public propertyMapName
Public propertyMaxX
Public propertyMaxY
Public propertyMeasuringMapStyleID
Public propertyMinX
Public propertyMinY
Public propertyprojection
Public propertyProxyHost
Public propertyReportID
Public propertyReportName
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 propertySearchByAreaIconID
Public propertyShowMarker
Public propertyTable
Gets the DataTable for which this row has a schema.
(Inherited from DataRow.)
Public propertyUnits
Public propertyWatermarkEnabled
Public propertyZoomToCoordinateIconID
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 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 methodIsAllowAnonymousAccessNull
Public methodIsAnnotationLayerEnabledNull
Public methodIsDefaultMapNull
Public methodIsDescriptionNull
Public methodIsdisplayprojectionNull
Public methodIsDPINull
Public methodIsDrawingMapStyleIDNull
Public methodIsEditingMapStyleIDNull
Public methodIsGeolocationResolutionNull
Public methodIsIconIDNull
Public methodIsInitialLocationXNull
Public methodIsInitialLocationYNull
Public methodIsInitialResolutionNull
Public methodIsInitialScaleNull
Public methodIsKineticPanNull
Public methodIsLocalKnowledgeIDNull
Public methodIsMapNameNull
Public methodIsMaxXNull
Public methodIsMaxYNull
Public methodIsMeasuringMapStyleIDNull
Public methodIsMinXNull
Public methodIsMinYNull
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 methodIsprojectionNull
Public methodIsProxyHostNull
Public methodIsReportIDNull
Public methodIsReportNameNull
Public methodIsSearchByAreaIconIDNull
Public methodIsShowMarkerNull
Public methodIsUnitsNull
Public methodIsWatermarkEnabledNull
Public methodIsZoomToCoordinateIconIDNull
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 methodSetAllowAnonymousAccessNull
Public methodSetAnnotationLayerEnabledNull
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 methodSetDefaultMapNull
Public methodSetDescriptionNull
Public methodSetdisplayprojectionNull
Public methodSetDPINull
Public methodSetDrawingMapStyleIDNull
Public methodSetEditingMapStyleIDNull
Public methodSetGeolocationResolutionNull
Public methodSetIconIDNull
Public methodSetInitialLocationXNull
Public methodSetInitialLocationYNull
Public methodSetInitialResolutionNull
Public methodSetInitialScaleNull
Public methodSetKineticPanNull
Public methodSetLocalKnowledgeIDNull
Public methodSetMapNameNull
Public methodSetMaxXNull
Public methodSetMaxYNull
Public methodSetMeasuringMapStyleIDNull
Public methodSetMinXNull
Public methodSetMinYNull
Public methodSetModified
Changes the Rowstate of a DataRow to Modified.
(Inherited from DataRow.)
Protected methodSetNull
Sets the value of the specified DataColumn to a null value.
(Inherited from DataRow.)
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 methodSetprojectionNull
Public methodSetProxyHostNull
Public methodSetReportIDNull
Public methodSetReportNameNull
Public methodSetSearchByAreaIconIDNull
Public methodSetShowMarkerNull
Public methodSetUnitsNull
Public methodSetWatermarkEnabledNull
Public methodSetZoomToCoordinateIconIDNull
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also