PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CblBELinhaMotivoTributacao

    Classe que contém todas as propriedades que definem os Acumulados de um Centro de Custo.

    Inheritance
    System.Object
    CblBaseBE
    CblBELinhaMotivoTributacao
    Implements
    CblBE100.ICblBELinhaMotivoTributacao
    Inherited Members
    CblBaseBE.AbvtApl
    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("C8E7CA53-5266-434E-8404-57F7043F9499")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CblBELinhaMotivoTributacao : CblBaseBE, ICblBELinhaMotivoTributacao

    Constructors

    CblBELinhaMotivoTributacao()

    Declaration
    public CblBELinhaMotivoTributacao()

    Properties

    Acrescimo

    Acréscimo

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

    EmModoEdicao

    Indica se se trata de um novo centro Acumulado ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.

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

    Exercicio

    Exercício

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

    Incidencia

    Incidência

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

    Modelo

    Motivo de Tributação

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

    Motivo

    Motivo de Tributação

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

    Tributacao

    Tributação

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    CblBE100.ICblBELinhaMotivoTributacao