| IDataClass Properties |
The IDataClass type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowPartialUpdate |
If true, the object allows partial updates.
| |
| ClassName |
Name of the data class
| |
| ColumnNames |
Column names.
(Inherited from IDataContainer.) | |
| ColumnsCount |
Number of the object columns.
| |
| HasChanged |
Returns true if the object changed.
(Inherited from IAdvancedDataContainer.) | |
| ID |
Object ID.
| |
| IDColumn |
ID column(s).
| |
| IsComplete |
Returns true if the object is complete (has all columns).
(Inherited from IAdvancedDataContainer.) | |
| IsReadOnly |
Indicates whether class is in read-only mode.
| |
| Item |
Gets or sets the value of the column.
(Inherited from ISimpleDataContainer.) | |
| StructureInfo |
Class structure information.
| |
| UseOriginalData |
If true, original data is used instead of the actual data.
|