Click or drag to resize

TableBuilder Class

Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Web.UITableBuilder

Namespace:  PDTec.IceNet.Web.UI
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class TableBuilder

The TableBuilder type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSortBy
Public methodGetSortDirection
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewCell
Public methodNewCell(String)
Public methodNewCell(TableBuilderCellStyle)
Public methodNewCell(Int32, String)
Public methodNewCell(String, String)
Public methodNewCell(String, String, HyperLink)
Public methodNewHeaderCell(String)
Public methodNewHeaderCell(String, TableBuilderHeaderCellStyle)
Public methodNewHeaderCell(String, String)
Public methodNewHeaderCell(String, String, TableBuilderHeaderCellStyle)
Public methodNewHeaderCell(String, String, TableBuilderSortIndicator)
Public methodNewHeaderCell(String, String, TableBuilderHeaderCellStyle, TableBuilderSortIndicator)
Public methodNewHeaderRow
Public methodNewHeaderRow(TableBuilderRowStyle)
Public methodNewImageCell
Public methodNewImageTextCell(String, String)
Public methodNewImageTextCell(String, String, String)
Public methodNewImageTextCell(String, String, TableCell)
Public methodNewImageTextCell(String, String, String, HyperLink)
Public methodNewImageTextCell(String, String, String, HyperLink, TableCell)
Public methodNewImageUrlCell(String, String)
Public methodNewImageUrlCell(String, String, HyperLink)
Public methodNewRow
Public methodNewRow(Boolean)
Public methodNewRow(TableBuilderRowStyle)
Public methodNewRowAt(Int32)
Public methodNewRowAt(Int32, TableBuilderRowStyle)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also