Click or drag to resize

MicaIndirectionDataRow Class

Data row representing a relation between two ContentType items.
Inheritance Hierarchy
SystemObject
  System.DataDataRow
    MicaSystems.Utils.DataSetMicaIndirectionDataRow

Namespace:  MicaSystems.Utils.DataSet
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public class MicaIndirectionDataRow : DataRow

The MicaIndirectionDataRow type exposes the following members.

Constructors
  NameDescription
Public methodMicaIndirectionDataRow
Used by 'NewRowFromBuilder' method in parent DataTable. Not to be called directly.
Top
Properties
  NameDescription
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 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 propertySide1Key
The key for the side 1 object.
Public propertySide2Key
The key for the side 2 object.
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 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 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 methodHasVersion
Gets a value that indicates whether a specified version exists.
(Inherited from DataRow.)
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 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 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
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also