Show / Hide Table of Contents

Class SoArchiveControl

Inheritance
Object
ControlBase
SoArchiveControl
Implements
IControl
ILayout
IHasSchema
INamingContainer
IDropTarget
IWebObject
IPlugin
Inherited Members
ControlBase.GetSafeId(String)
ControlBase.RegisterSoIdAttribute(AttributeCollection)
ControlBase.RegisterSoIdAttribute(AttributeCollection, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String, Boolean)
ControlBase.SetVisibility(CssStyleCollection)
ControlBase.SetVisibility(HtmlTextWriter)
ControlBase.SetIfFound(XmlNode, String, Expression<Func<String>>)
ControlBase.AutoSetIfFound(XmlNode, Expression<Func<String>>[])
ControlBase.Render(HtmlTextWriter)
ControlBase.AssignProperty(XmlNode, PropertyInfo)
ControlBase.SetReadOnly(Boolean)
ControlBase.BeforeDataBind()
ControlBase.Validate()
ControlBase.OnGetStringValue(Type, Object, String)
ControlBase.OnGetTypedValue(Type, String, Object)
ControlBase.ID
ControlBase.LabelContainer
ControlBase.MenuClientID
ControlBase.MenuObject
ControlBase.AjaxHelper
ControlBase.DataSource
ControlBase.DataRight
ControlBase.TableRightName
ControlBase.TableRightNameBinding
ControlBase.FieldRight
ControlBase.TableRight
ControlBase.FieldLength
ControlBase.CssClass
ControlBase.EditMode
ControlBase.ForcedMode
ControlBase.ReadOnly
ControlBase.Disabled
ControlBase.Caption
ControlBase.CaptionBinding
ControlBase.Tooltip
ControlBase.TooltipBinding
ControlBase.DataSourceName
ControlBase.ContextStyle
ControlBase.DisplayAccessKey
ControlBase.IsValid
ControlBase.Validations
ControlBase.MandatoryValidatorName
ControlBase.ForcedDisabled
ControlBase.BackgroundColor
ControlBase.LayoutPosition
ControlBase.Position
ControlBase.Top
ControlBase.Left
ControlBase.Right
ControlBase.Bottom
ControlBase.Width
ControlBase.Height
ControlBase.ZIndex
ControlBase.Overflow
ControlBase.Column
ControlBase.Row
ControlBase.RowSpan
ControlBase.ColSpan
ControlBase.Align
ControlBase.Visibility
ControlBase.ConfigurationSchema
ControlBase.VisibilityBinding
ControlBase.DatabindingMode
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("SoArchiveControl")]
public class SoArchiveControl : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer, IDropTarget, IWebObject, IPlugin

Constructors

SoArchiveControl()

Declaration
public SoArchiveControl()

Properties

AllowDrop

Declaration
public bool AllowDrop { get; set; }
Property Value
Type Description
Boolean

ClientID

Declaration
public string ClientID { get; }
Property Value
Type Description
String

ContextObject

Declaration
public ContextBase ContextObject { get; set; }
Property Value
Type Description
ContextBase

ContextTypes

Declaration
public string[] ContextTypes { get; set; }
Property Value
Type Description
String[]

OnDropCallbackFunction

Declaration
public string OnDropCallbackFunction { get; }
Property Value
Type Description
String

OnMouseEnterCallbackFunction

Declaration
public string OnMouseEnterCallbackFunction { get; }
Property Value
Type Description
String

OnNoRowSelected

Declaration
public Hashtable OnNoRowSelected { get; set; }
Property Value
Type Description
Hashtable

OnRowSelected

Declaration
public Hashtable OnRowSelected { get; set; }
Property Value
Type Description
Hashtable

ShowExportButton

Declaration
public bool ShowExportButton { get; set; }
Property Value
Type Description
Boolean

ShowHeader

Declaration
public bool ShowHeader { get; set; }
Property Value
Type Description
Boolean

ShowToolbar

Declaration
public bool ShowToolbar { get; set; }
Property Value
Type Description
Boolean

Methods

DataBind()

Declaration
public override void DataBind()
Overrides
ControlBase.DataBind()

Initialize(XmlNode, String)

Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Type Name Description
XmlNode config
String id
Overrides
ControlBase.Initialize(XmlNode, String)

LoadDynamicFilter()

Declaration
public void LoadDynamicFilter()

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e

SetBorder(Int32, BorderStyle, Color)

Declaration
public void SetBorder(int pixels, BorderStyle style, Color color)
Parameters
Type Name Description
Int32 pixels
BorderStyle style
Color color

UpdateDataSource()

Declaration
public override void UpdateDataSource()
Overrides
ControlBase.UpdateDataSource()

Implements

IControl
ILayout
IHasSchema
System.Web.UI.INamingContainer
IDropTarget
IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top