Click or drag to resize

dataTableRenderingSetup Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Extension methods for easy, typed and safe access to ExtendedProperties collection
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.tabledataTableRenderingSetup

Namespace:  imbSCI.Core.extensions.table
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class dataTableRenderingSetup
Request Example View Source

The dataTableRenderingSetup type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddExtra
Adds the new line in extra description set that will be directly appended below the table
Public methodStatic memberAddExtraMath
Adds the new line in extra description set that will be directly appended below the table
Public methodStatic memberAdditionalInfo
Public methodStatic memberAggregationAspect
Aggregation Aspect that used to create this table. If its none then this is a source table not derived one
Public methodStatic memberAggregationOriginCount
Aggregations the origin count: if 0 there were no aggregations as source
Public methodStatic memberCategoryPriority
Categories the priority.
Public methodStatic memberClassName
Public methodStatic memberClassType
Defines type that is source of the table shema
Public methodStatic memberColumnMetaSet
Public methodStatic memberDefineShemaForStatistics
Defines the shema for statistics -- horisontal
Public methodStatic memberDesc
Public methodStatic memberDescription
Descriptions the specified content.
Public methodStatic memberExtraLinesCount
Extras the lines count.
Public methodStatic memberFilenameForDataset
Filenames for table.
Public methodStatic memberGetAdditionalInfo
Public methodStatic memberGetAggregationAspect
Public methodStatic memberGetAggregationOriginCount
Public methodStatic memberGetCategoryPriority
Gets the category priority.
Public methodStatic memberGetClassName
Public methodStatic memberGetClassType
Public methodStatic memberGetColor
Gets the color role associated to table via color_paletteRole
Public methodStatic memberGetColumnMetaSet
Public methodStatic memberGetDesc
Public methodStatic memberGetDescription
Gets the description from ExtendedProperties specified under data_tabledesc
Public methodStatic memberGetExtraDesc
Gets the extra desc.
Public methodStatic memberGetRowMetaSet
Public methodStatic memberGetStyleSet
Gets table style set
Public methodStatic memberGetTitle(DataSet)
Public methodStatic memberGetTitle(DataTable, String, Boolean)
Gets the title defined under templateFieldDataTable or TableName if no title entry was found inside the ExtendedProperties
Public methodStatic memberOrderByCategoryPriority(IEnumerableDataColumn, ListString)
Orders the by category priority.
Public methodStatic memberOrderByCategoryPriority(DataColumnCollection, ListString)
Orders the by category priority.
Public methodStatic memberOrderByPriority
Orders the DataColumnby priority flag
Public methodStatic memberRowMetaSet
Public methodStatic memberSetAdditionalInfo
Public methodStatic memberSetAdditionalInfoEntries
Sets the additional information entries by data object properties, being of propertyTypes type
Public methodStatic memberSetAdditionalInfoEntry
Public methodStatic memberSetAggregationAspect
Public methodStatic memberSetAggregationOriginCount
Public methodStatic memberSetCategoryPriority
Sets the category priority.
Public methodStatic memberSetClassName
Sets the name of the object type class associated with the shema
Public methodStatic memberSetClassType
Public methodStatic memberSetColor
Sets the color role
Public methodStatic memberSetColumnMetaSet
Public methodStatic membersetColumnWidths
Sets the column width according to markdown rendering
Public methodStatic memberSetDesc
Public methodStatic memberSetDescription
Sets the description into ExtendedProperties under data_tabledesc
Public methodStatic memberSetEncode
Public methodStatic memberSetExtraDesc
Sets the extra desc.
Public methodStatic memberSetRowMetaSet
Public methodStatic memberSetStyleSet
Public methodStatic memberSetTitle(DataSet, String)
Public methodStatic memberSetTitle(DataTable, String, existingDataMode)
Sets the rendering purpose title for the table via data_tablename entry in the ExtendedProperties, without changing the TableName
Public methodStatic memberStyleSet
Public methodStatic memberTitle(DataSet, String)
Public methodStatic memberTitle(DataTable, String, existingDataMode)
Titles the specified content.
Top
Fields
  NameDescription
Public fieldStatic memberTABLE_DEFAULTNAME
Top
See Also