Class ExtensibleColumnsBase.DbColumnBinding
This data class carries binding information for one archive column, relating its
FieldInfo, column index, list table etc
Inheritance
System.Object
ExtensibleColumnsBase.DbColumnBinding
Assembly: SoDataBase.dll
Syntax
public class DbColumnBinding : Object
Fields
CustomHandling
Declaration
public const bool CustomHandling = false
Field Value
Type |
Description |
System.Boolean |
|
NotAListTable
Declaration
public const string NotAListTable = null
Field Value
Type |
Description |
System.String |
|
StandardHandling
Declaration
public const bool StandardHandling = true
Field Value
Type |
Description |
System.Boolean |
|
Properties
ColumnIndex
Declaration
public int ColumnIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ColumnInfo
Declaration
public ArchiveColumnInfo ColumnInfo { get; set; }
Property Value
FieldInfo
Declaration
public FieldInfo FieldInfo { get; set; }
Property Value
HandledByBaseClass
Declaration
public bool HandledByBaseClass { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAssociate
Declaration
public bool IsAssociate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEjUser
Declaration
public bool IsEjUser { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LinkBase
Declaration
public string LinkBase { get; set; }
Property Value
Type |
Description |
System.String |
|
ListTable
Declaration
public string ListTable { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxHeight
Declaration
public int MaxHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MaxWidth
Declaration
public int MaxWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Needed
Declaration
public bool Needed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OrderByColumnIndex
Declaration
public int OrderByColumnIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderByField
Declaration
public FieldInfo OrderByField { get; set; }
Property Value
OrderByFields
Declaration
public List<FieldInfo> OrderByFields { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<FieldInfo> |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)