Class StdBSSearchProviderBase
Base class for all search provider user controls
Implements
System.IDisposable
Namespace: StdPlatBS100
Assembly: StdPlatBS100.dll
Syntax
public class StdBSSearchProviderBase : UserControl, IDisposable
Constructors
StdBSSearchProviderBase()
Constructor for the 'StdBSSearchProviderBase' class.
Declaration
public StdBSSearchProviderBase()
Properties
BSO
Platform business object property.
Declaration
public StdPlatBS BSO { get; set; }
Property Value
| Type | Description |
|---|---|
| StdPlatBS |
ProviderProperties
Declaration
public Dictionary<string, object> ProviderProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
SearchControl
Declaration
public virtual SearchControl SearchControl { get; set; }
Property Value
| Type | Description |
|---|---|
| DevExpress.XtraEditors.SearchControl |
Methods
DisconnectSearchProvider(SearchControl)
Disconnects the search provider
Declaration
public virtual void DisconnectSearchProvider(SearchControl searchControl)
Parameters
| Type | Name | Description |
|---|---|---|
| DevExpress.XtraEditors.SearchControl | searchControl |
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
InitializeSearchProvider(SearchControl)
Initializes the search provider
Declaration
public virtual void InitializeSearchProvider(SearchControl searchControl)
Parameters
| Type | Name | Description |
|---|---|---|
| DevExpress.XtraEditors.SearchControl | searchControl |
OnToggleProgressBar(Boolean)
Trigger event to toggle progress bar.
Declaration
protected void OnToggleProgressBar(bool enable)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | enable |
Events
ToggleProgressBar
Progress Bar toggle event.
Declaration
public event StdBSSearchProviderBase.ToggleProgressBarHandler ToggleProgressBar
Event Type
| Type | Description |
|---|---|
| StdBSSearchProviderBase.ToggleProgressBarHandler |
Implements
System.IDisposable