Click or drag to resize

DoubleColumn Properties

The DoubleColumn type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentLeafNodeWithSingleAccumulatedDataT)
Public propertyArray Get/sets the data of this DoubleColumn. The data is copied (not directly used) to/from the array.
Public propertyAssignVector 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)
Public propertyCount
(Overrides DataColumnCount)
Public propertyData 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)
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyFullName 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)
Public propertyIsDirty 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)
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsReadOnly
(Inherited from DataColumn)
Public propertyIsSomeoneListeningToChanges 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)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentLeafNode)
Public propertyItem 
Public propertyItemType Gets the type of the colum's items.
(Overrides DataColumnItemType)
Public propertyName 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)
Public propertyParentObject Get / sets the parent object of this data column.
(Inherited from DataColumn)
Public propertyTypeAndName Returns the column type followed by a backslash and the column name.
(Inherited from DataColumn)
Top
See Also