PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class PriSearchControl

    Inheritance
    System.Object
    StdBSSearchProviderBase
    PriSearchControl
    Implements
    System.IDisposable
    Inherited Members
    StdBSSearchProviderBase.OnToggleProgressBar(Boolean)
    StdBSSearchProviderBase.Dispose()
    StdBSSearchProviderBase.SearchControl
    StdBSSearchProviderBase.BSO
    StdBSSearchProviderBase.ProviderProperties
    StdBSSearchProviderBase.ToggleProgressBar
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class PriSearchControl : StdBSSearchProviderBase, IDisposable

    Constructors

    PriSearchControl()

    Initializes a new instance of the PriSearchControl class.

    Declaration
    public PriSearchControl()

    Methods

    CanClose()

    Determines whether this instance can close.

    Declaration
    public bool CanClose()
    Returns
    Type Description
    System.Boolean

    true if this instance can close; otherwise, false.

    DisconnectSearchProvider(SearchControl)

    Declaration
    public override void DisconnectSearchProvider(SearchControl searchControl)
    Parameters
    Type Name Description
    DevExpress.XtraEditors.SearchControl searchControl
    Overrides
    StdBSSearchProviderBase.DisconnectSearchProvider(SearchControl)

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    StdBSSearchProviderBase.Dispose(Boolean)

    InitializeSearchProvider(SearchControl)

    Declaration
    public override void InitializeSearchProvider(SearchControl searchControl)
    Parameters
    Type Name Description
    DevExpress.XtraEditors.SearchControl searchControl
    Overrides
    StdBSSearchProviderBase.InitializeSearchProvider(SearchControl)

    LoadSearchElements(List<SearchElement>)

    Loads the search elements.

    Declaration
    public void LoadSearchElements(List<SearchElement> searchElements)
    Parameters
    Type Name Description
    System.Collections.Generic.List<Primavera.Platform.UserControls.SearchControl.Entities.SearchElement> searchElements

    The search elements.

    SetFocusOnSearchControl()

    Sets the focus on search control.

    Declaration
    public void SetFocusOnSearchControl()

    Events

    SearchControlItemClick

    Declaration
    public event PriSearchControl.SearchControlItemClickHandler SearchControlItemClick
    Event Type
    Type Description
    PriSearchControl.SearchControlItemClickHandler

    Implements

    System.IDisposable