PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSFieldSearch

    Serviços internos de pesquisa de campos nas manutenções.

    Inheritance
    System.Object
    StdBSFieldSearch
    Implements
    IStdBSFieldSearch
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("F147F6FB-4326-4732-B4C6-BABB15217E14")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSFieldSearch : IStdBSFieldSearch

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    HandleSearchClick(String)

    Declaration
    public void HandleSearchClick(string fieldPath)
    Parameters
    Type Name Description
    System.String fieldPath

    SetFocusItem(String)

    Declaration
    public void SetFocusItem(string strPath)
    Parameters
    Type Name Description
    System.String strPath

    ToXmlCustom()

    Declaration
    public string ToXmlCustom()
    Returns
    Type Description
    System.String

    ToXmlCustom(Boolean)

    Declaration
    public string ToXmlCustom(bool blnTopSectionCreated)
    Parameters
    Type Name Description
    System.Boolean blnTopSectionCreated
    Returns
    Type Description
    System.String

    ToXmlCustom(Boolean, Boolean)

    Declaration
    public string ToXmlCustom(bool blnTopSectionCreated, bool blnTopGroupCreated)
    Parameters
    Type Name Description
    System.Boolean blnTopSectionCreated
    System.Boolean blnTopGroupCreated
    Returns
    Type Description
    System.String

    ToXmlCustom(Boolean, Boolean, ref Boolean)

    Declaration
    public string ToXmlCustom(bool blnTopSectionCreated, bool blnTopGroupCreated, ref bool blnParentGroupRequired)
    Parameters
    Type Name Description
    System.Boolean blnTopSectionCreated
    System.Boolean blnTopGroupCreated
    System.Boolean blnParentGroupRequired
    Returns
    Type Description
    System.String

    ToXmlCustom(Boolean, Boolean, ref Boolean, ref Boolean)

    Declaration
    public string ToXmlCustom(bool blnTopSectionCreated, bool blnTopGroupCreated, ref bool blnParentGroupRequired, ref bool blnParentSectionRequired)
    Parameters
    Type Name Description
    System.Boolean blnTopSectionCreated
    System.Boolean blnTopGroupCreated
    System.Boolean blnParentGroupRequired
    System.Boolean blnParentSectionRequired
    Returns
    Type Description
    System.String

    Implements

    IStdBSFieldSearch