PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IStdBSFieldsSearch

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("E78DA272-AD41-4CB5-8317-8533FA5BF14A")]
    public interface IStdBSFieldsSearch

    Properties

    Count

    Declaration
    int Count { get; }
    Property Value
    Type Description
    System.Int32

    Item[Object]

    Declaration
    StdBSFieldSearch this[object Index] { get; }
    Parameters
    Type Name Description
    System.Object Index
    Property Value
    Type Description
    StdBSFieldSearch

    NewEnum

    Declaration
    IEnumerator NewEnum { get; }
    Property Value
    Type Description
    System.Collections.IEnumerator

    Methods

    ActivateFormSearch(Form)

    Declaration
    void ActivateFormSearch(Form objForm)
    Parameters
    Type Name Description
    System.Windows.Forms.Form objForm

    Add(StdBSFieldSearch)

    Declaration
    void Add(StdBSFieldSearch Item)
    Parameters
    Type Name Description
    StdBSFieldSearch Item

    Clear()

    Declaration
    void Clear()

    Exists(Object)

    Declaration
    bool Exists(object Index)
    Parameters
    Type Name Description
    System.Object Index
    Returns
    Type Description
    System.Boolean

    Remove(Object)

    Declaration
    void Remove(object Index)
    Parameters
    Type Name Description
    System.Object Index