Double |
The DoubleColumn type exposes the following members.
Name | Description | |
---|---|---|
AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT) | |
Array | Get/sets the data of this DoubleColumn. The data is copied (not directly used) to/from the array. | |
AssignVector |
Provides a setter property to which a vector can be assigned to. Copies all elements of the vector to this column.
The getter property creates a wrapper for this data column that implements IVector. The length of the wrapped vector is set to the current Count of the DoubleColumn.
(Overrides DataColumnAssignVector) | |
Count | (Overrides DataColumnCount) | |
Data |
Provides a setter property to which another data column can be assigned to. Copies all elements of the other DataColumn to this column. An exception is thrown if the data types of both columns are incompatible.
See also CopyDataFrom(Object). (Inherited from DataColumn) | |
Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
FullName |
Returns either the column name if the column has no parent table, or the parent table name, followed by
a backslash and the column name if the column has a table.
(Inherited from DataColumn) | |
IsDirty |
Column is dirty if either there are new changed or deleted rows, and no data changed event was fired for notification.
This value is reseted after the data changed event has notified the change.
(Inherited from DataColumn) | |
IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsReadOnly | (Inherited from DataColumn) | |
IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode) | |
Item | ||
ItemType |
Gets the type of the colum's items.
(Overrides DataColumnItemType) | |
Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase) | |
ParentObject |
Get / sets the parent object of this data column.
(Inherited from DataColumn) | |
TypeAndName |
Returns the column type followed by a backslash and the column name.
(Inherited from DataColumn) |