Show / Hide Table of Contents

Class SoCheckboxField

Inheritance
Object
SoFieldBase
SoCheckboxField
SoCheckboxForFindDialogField
SoGuideCheckboxField
Implements
ISoDataField
IWebObject
IPlugin
Inherited Members
SoFieldBase._archiveControlContext
SoFieldBase._archiveColumnInfo
SoFieldBase._linkHintPrefix
SoFieldBase._columnCustomInfo
SoFieldBase.CreateField()
SoFieldBase.ExtractValuesFromCell(IOrderedDictionary, DataControlFieldCell, DataControlRowState, Boolean)
SoFieldBase.GetRowLinkHint(GridViewRow)
SoFieldBase.GetRowPrimaryKey(GridViewRow)
SoFieldBase.GetRowEntityName(GridViewRow)
SoFieldBase.GetRowTableRight(GridViewRow)
SoFieldBase.GetArchiveColumnData(GridViewRow)
SoFieldBase.GetArchiveColumnData(GridViewRow, String)
SoFieldBase.LinkHintPrefix
SoFieldBase.ColumnCustomInfo
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("SoCheckboxField")]
public class SoCheckboxField : SoFieldBase, ISoDataField, IWebObject, IPlugin

Constructors

SoCheckboxField(ArchiveControlContext, ArchiveColumnInfo)

Declaration
public SoCheckboxField(ArchiveControlContext archiveControlContext, ArchiveColumnInfo columnConfig)
Parameters
Type Name Description
ArchiveControlContext archiveControlContext
ArchiveColumnInfo columnConfig

Fields

_baseLink

Declaration
protected string _baseLink
Field Value
Type Description
String

_checkbox

Declaration
protected SoTriStateCheckBox _checkbox
Field Value
Type Description
SoTriStateCheckBox

_linkType

Declaration
protected string _linkType
Field Value
Type Description
String

_triStateMode

Declaration
protected TriStateMode _triStateMode
Field Value
Type Description
TriStateMode

Properties

TriStateMode

Declaration
public TriStateMode TriStateMode { get; set; }
Property Value
Type Description
TriStateMode

Methods

InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, Int32)

Declaration
public override void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex)
Parameters
Type Name Description
DataControlFieldCell cell
DataControlCellType cellType
DataControlRowState rowState
Int32 rowIndex
Overrides
SoFieldBase.InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, Int32)

tb1_DataBinding(Object, EventArgs)

Declaration
protected virtual void tb1_DataBinding(object sender, EventArgs e)
Parameters
Type Name Description
Object sender
EventArgs e

Implements

ISoDataField
IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top