PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AdmBSFiltrosCategorias

    Serviços de manipulação de filtros de categorias.

    Inheritance
    System.Object
    AdmBSFiltrosCategorias
    Implements
    AdmBS100.IAdmBSFiltrosCategorias
    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: AdmBS100
    Assembly: AdmBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("9520738F-D19D-4CA8-93CD-C04BA125465A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class AdmBSFiltrosCategorias : IAdmBSFiltrosCategorias

    Constructors

    AdmBSFiltrosCategorias()

    Declaration
    public AdmBSFiltrosCategorias()

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    GeraSqlWhereCategoriaSubQuery(String, String, String, String, String, String, String)

    Declaration
    public string GeraSqlWhereCategoriaSubQuery(string strTabelaPrincipal, string strCampoPrincipal, string strTabelaFiltro, string strCampoFiltro, string strCategoria, string strEmpresa, string strUtilizador = "")
    Parameters
    Type Name Description
    System.String strTabelaPrincipal
    System.String strCampoPrincipal
    System.String strTabelaFiltro
    System.String strCampoFiltro
    System.String strCategoria
    System.String strEmpresa
    System.String strUtilizador
    Returns
    Type Description
    System.String

    ValidaOperacao(String, String, String, String, String, String, String, String)

    Declaration
    public bool ValidaOperacao(string strTabelaPrincipal, string strCampoPrincipal, string strTabelaFiltro, string strCampoFiltro, string strCategoria, string strValor, string strEmpresa, string strUtilizador = "")
    Parameters
    Type Name Description
    System.String strTabelaPrincipal
    System.String strCampoPrincipal
    System.String strTabelaFiltro
    System.String strCampoFiltro
    System.String strCategoria
    System.String strValor
    System.String strEmpresa
    System.String strUtilizador
    Returns
    Type Description
    System.Boolean

    Implements

    AdmBS100.IAdmBSFiltrosCategorias