Show / Hide Table of Contents

Class SoAutoCompleteControl

Inheritance
Object
ControlBase
SoAutoCompleteControl
Implements
IControl
ILayout
IHasSchema
INamingContainer
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.ClientID
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.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("SoAutoCompleteControl")]
public class SoAutoCompleteControl : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer, IWebObject, IPlugin

Constructors

SoAutoCompleteControl()

Declaration
public SoAutoCompleteControl()

Properties

AllowSearchableSelected

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

Caption

Declaration
public override string Caption { get; set; }
Property Value
Type Description
String
Overrides
ControlBase.Caption

CurrentName

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

ExtraInfo

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

FetcherName

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

ListName

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

NoClientCache

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

OnClientClick

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

Searchable

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

SearchBoxAttributes

Declaration
public AttributeCollection SearchBoxAttributes { get; }
Property Value
Type Description
AttributeCollection

SelectedExtraInfo

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

SelectedId

Declaration
public int SelectedId { get; set; }
Property Value
Type Description
Int32

SelectedText

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

SelectedTooltip

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

SelectedType

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

SelectedValue

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

SetCurrent

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

ShowIcons

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

Writable

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

Methods

DataBind()

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

GetMDOList(String, String, String, String, String, Int32, String, String)

Declaration
public string GetMDOList(string state, string clientId, string id, string TypeName, string ShowIcons, int Mode, string extraInfo, string currentName)
Parameters
Type Name Description
String state
String clientId
String id
String TypeName
String ShowIcons
Int32 Mode
String extraInfo
String currentName
Returns
Type Description
String

GetMDOListSearch(String, String, String, String, String, Int32, String, String, String, String)

Declaration
public string GetMDOListSearch(string state, string clientID, string id, string listName, string ShowIcons, int Mode, string searchValue, string extraInfo, string currentName, string rendersItemsInTableDummy)
Parameters
Type Name Description
String state
String clientID
String id
String listName
String ShowIcons
Int32 Mode
String searchValue
String extraInfo
String currentName
String rendersItemsInTableDummy
Returns
Type Description
String

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)

OnLoad(EventArgs)

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

OnServerClick(EventArgs)

Declaration
protected virtual void OnServerClick(EventArgs e)
Parameters
Type Name Description
EventArgs e

UpdateDataSource()

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

Events

ServerClick

Declaration
public event SoAutoCompleteControl.ServerClickEventHandler ServerClick
Event Type
Type Description
SoAutoCompleteControl.ServerClickEventHandler

Implements

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