The ColumnBuilder<T> generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddInvalidItem() | Adds an invalid row to the column. The invalid row will be
added as a new row after all previously added rows.
|
![]() | AddInvalidItem(String) | Obsolete. Adds an invalid row to the column. The invalid row will be
added as a new row after all previously added rows.
|
![]() | AddItem | Adds a new row value to the column. The row will be added
as a new row after all previously added rows.
|
![]() | AddItems |
Adds all elements of a PageableList<T>.
If the ColumnBuilder<T> is empty before this call,
the addition can be a lot faster since in many cases the representation type
in the PageableList<T> can be directly used without doing an element by element copy.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also