ArrayDataView Class |
Namespace: Accord.Controls
The ArrayDataView type exposes the following members.
Name | Description | |
---|---|---|
ArrayDataView(Array) |
Initializes a new ArrayDataView from array.
| |
ArrayDataView(Array, Object) |
Initializes a new ArrayDataView from array with custom column names.
| |
ArrayDataView(Array, String) |
Initializes a new ArrayDataView from array with custom column names.
| |
ArrayDataView(Array, Object, Object) |
Initializes a new ArrayDataView from array with custom column names.
| |
ArrayDataView(Array, String, String) |
Initializes a new ArrayDataView from array with custom column names.
|
Name | Description | |
---|---|---|
AllowEdit |
Gets whether this view allows editing. Always true.
| |
AllowNew |
Arrays do not allow for member insertion.
| |
AllowRemove |
Arrays do not allow member removal.
| |
ArrayData |
Gets or sets the array currently bound.
| |
ArrayType |
Gets the type of the array currently bound.
| |
ColumnNames |
Gets the column names for the array currently bound.
| |
ColumnsCount |
Gets the number of columns in the data-bound array.
| |
Count |
Gets the length of the array.
| |
IsFixedSize |
Arrays are always fixed size.
| |
IsReadOnly |
This view is read only.
| |
IsSorted |
Does nothing.
| |
IsSynchronized |
Returns false.
| |
Item |
Gets a row from this view.
| |
RowCount |
Gets the number of rows in the data-bound array.
| |
RowNames |
Gets the row names for the array currently bound.
| |
SortDirection |
Does nothing.
| |
SortProperty |
Does nothing.
| |
SupportsChangeNotification |
Does nothing.
| |
SupportsSearching |
Does nothing.
| |
SupportsSorting |
Does nothing.
| |
SyncRoot |
Does nothing.
|
Name | Description | |
---|---|---|
Add |
Does nothing.
| |
AddIndex |
Does nothing.
| |
AddNew |
Does nothing.
| |
ApplySort |
Does nothing.
| |
Clear |
Does nothing.
| |
Contains |
Does nothing.
| |
CopyTo |
Multidimensional arrays do not support Array copying.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Find |
Does nothing.
| |
GetEnumerator |
Gets the array enumerator.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Does nothing.
| |
Insert |
Does nothing.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Does nothing.
| |
RemoveAt |
Does nothing.
| |
RemoveIndex |
Does nothing.
| |
RemoveSort |
Does nothing.
| |
Reset |
Resets the data binding.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ListChanged | Raised when the list changes. |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |