PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StpBESerie

    Classe que encapsula a definição de uma Série de um Documento.

    Inheritance
    System.Object
    StpBaseBE
    StpBESerie
    Implements
    StpBE100.IStpBESerie
    Inherited Members
    StpBaseBE.AbvtApl
    Namespace: StpBE100
    Assembly: StpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("E07D7D75-BC1D-459B-B6BD-4C338BF1EDF4")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StpBESerie : StpBaseBE, IStpBESerie

    Constructors

    StpBESerie()

    Declaration
    public StpBESerie()

    Properties

    CamposUtil

    Colecção dos campos do utilizador.

    Declaration
    public StdBECampos CamposUtil { get; set; }
    Property Value
    Type Description
    StdBECampos

    Descricao

    Identifica a descrição da série.

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

    Documento

    Identifica o documento.

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

    EmModoEdicao

    Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.

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

    Numerador

    Identifica o número do último documento criado.

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

    Ordem

    Identifica a ordem de introdução na grelha.

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

    Serie

    Identifica a série.

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

    SerieDefeito

    Identifica se é a serie por defeito.

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

    SerieInactiva

    Identifica se a série está inactiva.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    StpBE100.IStpBESerie