Click or drag to resize

MasterSwingColumnDef Class

A column defintion for MasterSwing objects
Inheritance Hierarchy
SystemObject
  Advanced_Combat_TrackerMasterSwingColumnDef

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public class ColumnDef

The MasterSwingColumnDef type exposes the following members.

Constructors
 NameDescription
Public methodMasterSwingColumnDef A column defintion for MasterSwing objects
Top
Properties
 NameDescription
Public propertyDefaultVisible If a column is visible in ACT by default(when first added to the configuration)
Public propertyLabel This should be the same text as the dictionary key used to store this object which is what is displayed in ACT
Public propertySqlDataName The SQL safe name of the column
Public propertySqlDataType The SQL data type such as INT, VARCHAR, FLOAT
Top
Fields
 NameDescription
Public fieldGetCellBackColor The delegated method to be called to get the BackColor of cell data, or Transparent for default
Public fieldGetCellData The delegated method to be called to get back a string to display in ACT
Public fieldGetCellForeColor The delegated method to be called to get the ForeColor of cell data, or Transparent for default
Public fieldGetSqlData The delegated method to be called to get back a string to be used as a data value in SQL. Obviously this value must conform to the SqlDataType.
Public fieldSortComparer The comparison method to call to compare two MasterSwing objects for sorting
Top
See Also