PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface IRhpBSBalancoSocial

    Classe utilizada para obter as regras de negócio do Balanço Social.

    Namespace: IRhpBS100
    Assembly: IRhpBS100.dll
    Syntax
    [ComVisible(true)]
    [Guid("1D097704-11BA-4D25-9608-3BF8540ACE93")]
    public interface IRhpBSBalancoSocial

    Methods

    ProcessaQuadro(Int32, String)

    Processa os mapas do Balanço Social

    Declaration
    Dictionary<string, Dictionary<int, List<object>>> ProcessaQuadro(int Ano, string Quadro)
    Parameters
    Type Name Description
    System.Int32 Ano

    Ano de processamento

    System.String Quadro
    Returns
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<System.Object>>>