PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSPListas

    Serviços públicos de gestão de listas.

    Inheritance
    System.Object
    StdBSPListas
    Implements
    IStdBSPListas
    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("29CDB3FC-D9C3-4EC7-B8D8-FCD9E607774A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBSPListas : IStdBSPListas

    Constructors

    StdBSPListas()

    Declaration
    public StdBSPListas()

    Methods

    GetF4SQL(String, String, String, Form, PriTextBoxF4)

    Devolve a instrução SQL resultante da definição de uma lista.

    Declaration
    public object GetF4SQL(string strListTitle, string strSql, string strSQLColumns, Form objParentForm = null, PriTextBoxF4 objParentControl = null)
    Parameters
    Type Name Description
    System.String strListTitle
    System.String strSql
    System.String strSQLColumns
    System.Windows.Forms.Form objParentForm
    PriTextBoxF4100.PriTextBoxF4 objParentControl
    Returns
    Type Description
    System.Object

    Implements

    IStdBSPListas