Class SoAutoCompleteControl
Inheritance
SoAutoCompleteControl
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
Caption
Declaration
public override string Caption { get; set; }
Property Value
Overrides
CurrentName
Declaration
public string CurrentName { get; set; }
Property Value
Declaration
public string ExtraInfo { get; set; }
Property Value
FetcherName
Declaration
public string FetcherName { get; set; }
Property Value
ListName
Declaration
public string ListName { get; set; }
Property Value
NoClientCache
Declaration
public bool NoClientCache { get; set; }
Property Value
OnClientClick
Declaration
public string OnClientClick { get; set; }
Property Value
Searchable
Declaration
public bool Searchable { get; set; }
Property Value
SearchBoxAttributes
Declaration
public AttributeCollection SearchBoxAttributes { get; }
Property Value
Declaration
public string SelectedExtraInfo { get; set; }
Property Value
SelectedId
Declaration
public int SelectedId { get; set; }
Property Value
SelectedText
Declaration
public string SelectedText { get; set; }
Property Value
Declaration
public string SelectedTooltip { get; set; }
Property Value
SelectedType
Declaration
public string SelectedType { get; set; }
Property Value
SelectedValue
Declaration
public string SelectedValue { get; set; }
Property Value
SetCurrent
Declaration
public bool SetCurrent { get; set; }
Property Value
ShowIcons
Declaration
public bool ShowIcons { get; set; }
Property Value
Writable
Declaration
public bool Writable { get; set; }
Property Value
Methods
DataBind()
Declaration
public override void DataBind()
Overrides
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
Returns
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
Returns
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
OnServerClick(EventArgs)
Declaration
protected virtual void OnServerClick(EventArgs e)
Parameters
UpdateDataSource()
Declaration
public override void UpdateDataSource()
Overrides
Events
ServerClick
Declaration
public event SoAutoCompleteControl.ServerClickEventHandler ServerClick
Event Type
Implements
SuperOffice.Factory.IPlugin