PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class AdmBSMapas

    Serviços de manipulação de mapas e categorias.

    Inheritance
    System.Object
    AdmBSMapas
    Implements
    AdmBS100.IAdmBSMapas
    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("62168723-6F18-4B9A-975C-F1D667AF2D63")]
    [ClassInterface(ClassInterfaceType.None)]
    public class AdmBSMapas : IAdmBSMapas

    Methods

    Actualiza(AdmBEMapa)

    Declaration
    public void Actualiza(AdmBEMapa objBE)
    Parameters
    Type Name Description
    AdmBEMapa objBE

    ActualizaDescricaoIdioma(AdmBEMapa, StdBETipos.EnumGlobalCultures)

    Declaration
    public void ActualizaDescricaoIdioma(AdmBEMapa objBE, StdBETipos.EnumGlobalCultures enuCulture)
    Parameters
    Type Name Description
    AdmBEMapa objBE
    StdBETipos.EnumGlobalCultures enuCulture

    ActualizaValorAtributoCategoria(String, String, String, Object)

    Declaration
    public void ActualizaValorAtributoCategoria(string strApl, string strCategoria, string strAtributo, object vntValor)
    Parameters
    Type Name Description
    System.String strApl
    System.String strCategoria
    System.String strAtributo
    System.Object vntValor

    DaDescricaoCategoria(String, String)

    Declaration
    public string DaDescricaoCategoria(string strApl, string strCategoria)
    Parameters
    Type Name Description
    System.String strApl
    System.String strCategoria
    Returns
    Type Description
    System.String

    DaDescricaoMapaIdioma(String, String, String, StdBETipos.EnumGlobalCultures, String)

    Declaration
    public string DaDescricaoMapaIdioma(string strApl, string strMapa, string strCategoria, StdBETipos.EnumGlobalCultures enuCultura, string strAtributo)
    Parameters
    Type Name Description
    System.String strApl
    System.String strMapa
    System.String strCategoria
    StdBETipos.EnumGlobalCultures enuCultura
    System.String strAtributo
    Returns
    Type Description
    System.String

    DaMapaPorDefeitoCategoria(String, String)

    Declaration
    public string DaMapaPorDefeitoCategoria(string strApl, string strCategoria)
    Parameters
    Type Name Description
    System.String strApl
    System.String strCategoria
    Returns
    Type Description
    System.String

    DaNumeroMapasCategoria(String, String)

    Declaration
    public int DaNumeroMapasCategoria(string strApl, string strCategoria)
    Parameters
    Type Name Description
    System.String strApl
    System.String strCategoria
    Returns
    Type Description
    System.Int32

    DaValorAtributo(String, String, String)

    Declaration
    public object DaValorAtributo(string strApl, string strMapa, string strAtributo)
    Parameters
    Type Name Description
    System.String strApl
    System.String strMapa
    System.String strAtributo
    Returns
    Type Description
    System.Object

    Edita(String, String, String)

    Declaration
    public AdmBEMapa Edita(string strApl, string strMapa, string strCategoria = "")
    Parameters
    Type Name Description
    System.String strApl
    System.String strMapa
    System.String strCategoria
    Returns
    Type Description
    AdmBEMapa

    EditaCategoria(String, String)

    Declaration
    public AdmBECategoriaMapa EditaCategoria(string strApl, string strCategoria)
    Parameters
    Type Name Description
    System.String strApl
    System.String strCategoria
    Returns
    Type Description
    AdmBECategoriaMapa

    Existe(String, String)

    Declaration
    public bool Existe(string strApl, string strMapa)
    Parameters
    Type Name Description
    System.String strApl
    System.String strMapa
    Returns
    Type Description
    System.Boolean

    Finalize()

    Declaration
    protected void Finalize()

    InsereEstatisticaImpressao(String, String, String, String)

    Declaration
    public void InsereEstatisticaImpressao(string strApl, string strMapa, string strUtilizador, string strEmpresa)
    Parameters
    Type Name Description
    System.String strApl
    System.String strMapa
    System.String strUtilizador
    System.String strEmpresa

    ListaCategorias(String)

    Declaration
    public AdmBECategoriasMapa ListaCategorias(string strApl)
    Parameters
    Type Name Description
    System.String strApl
    Returns
    Type Description
    AdmBECategoriasMapa

    ListaMapasCategoria(String, String, String)

    Declaration
    public AdmBEMapas ListaMapasCategoria(string strApl, string strCategoria, string strEmpresa)
    Parameters
    Type Name Description
    System.String strApl
    System.String strCategoria
    System.String strEmpresa
    Returns
    Type Description
    AdmBEMapas

    ListaMapasCategoriaDescricao(String, String, String)

    Declaration
    public AdmBEMapas ListaMapasCategoriaDescricao(string strApl, string strDescricaoCategoria, string strEmpresa)
    Parameters
    Type Name Description
    System.String strApl
    System.String strDescricaoCategoria
    System.String strEmpresa
    Returns
    Type Description
    AdmBEMapas

    ListaMapasCategoriaDescricaoEx(String, String, String, String)

    Declaration
    public AdmBEMapas ListaMapasCategoriaDescricaoEx(string strApl, string strDescricaoCategoria, string strEmpresa, string strRestricaoSql = "")
    Parameters
    Type Name Description
    System.String strApl
    System.String strDescricaoCategoria
    System.String strEmpresa
    System.String strRestricaoSql
    Returns
    Type Description
    AdmBEMapas

    ListaMapasCategoriaEx(String, String, String, String)

    Declaration
    public AdmBEMapas ListaMapasCategoriaEx(string strApl, string strCategoria, string strEmpresa, string strRestricaoSql = "")
    Parameters
    Type Name Description
    System.String strApl
    System.String strCategoria
    System.String strEmpresa
    System.String strRestricaoSql
    Returns
    Type Description
    AdmBEMapas

    Remove(String, String, String)

    Declaration
    public void Remove(string strApl, string strCategoria, string strMapa)
    Parameters
    Type Name Description
    System.String strApl
    System.String strCategoria
    System.String strMapa

    Implements

    AdmBS100.IAdmBSMapas