Click or drag to resize

ConfigurationDataSetProxyConfigurationRow Class

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

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

The ConfigurationDataSetProxyConfigurationRow type exposes the following members.

Properties
  NameDescription
Public propertyAllowedHost
Public propertyHasErrors
Gets a value that indicates whether there are errors in a row.
(Inherited from DataRow.)
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 propertyProxyConfigurationID
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 propertyTable
Gets the DataTable for which this row has a schema.
(Inherited from DataRow.)
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 methodIsAllowedHostNull
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.)
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 methodSetAllowedHostNull
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 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also