PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBECelulaSIOE

    Classe que encapsula a definição dos Tipos de Vínculo.

    Inheritance
    System.Object
    RhpBECelulaSIOE
    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: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("D4E99718-7C46-4506-B070-B76E87CCCFCD")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBECelulaSIOE

    Constructors

    RhpBECelulaSIOE()

    Declaration
    public RhpBECelulaSIOE()

    Fields

    DetalheLinhas

    Declaration
    public List<RhpBECelulaSIOEDetalhe> DetalheLinhas
    Field Value
    Type Description
    System.Collections.Generic.List<RhpBECelulaSIOEDetalhe>

    Properties

    Alterado

    Declaration
    public bool Alterado { get; set; }
    Property Value
    Type Description
    System.Boolean

    Ano

    Ano de processamento do mapa

    Declaration
    public int Ano { get; set; }
    Property Value
    Type Description
    System.Int32

    CodConfiguracao

    Código da configuração

    Declaration
    public string CodConfiguracao { get; set; }
    Property Value
    Type Description
    System.String

    Coluna

    Coluna do grupo, carregada da BD

    Declaration
    public string Coluna { get; set; }
    Property Value
    Type Description
    System.String

    Genero

    Declaration
    public byte Genero { get; set; }
    Property Value
    Type Description
    System.Byte

    Linha

    Linha

    Declaration
    public string Linha { get; set; }
    Property Value
    Type Description
    System.String

    NumMovimento

    Declaration
    public int NumMovimento { get; set; }
    Property Value
    Type Description
    System.Int32

    Periodo

    Periodo de processamento. Trimestral ou Semestral

    Declaration
    public int Periodo { get; set; }
    Property Value
    Type Description
    System.Int32

    Quadro

    Declaration
    public string Quadro { get; set; }
    Property Value
    Type Description
    System.String

    Removido

    Declaration
    public bool Removido { get; set; }
    Property Value
    Type Description
    System.Boolean

    Valor

    Declaration
    public double Valor { get; set; }
    Property Value
    Type Description
    System.Double