PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBELinhaIva

    Esta classe identifica o detalhe da linha de iva.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBELinhaIva
    Implements
    BasBE100.IBasBELinhaIva
    Inherited Members
    BasBaseBE.AbvtApl
    BaseBE.SerializeJson()
    BaseBE.SerializeJson(List<String>)
    BaseBE.SerializeJsonToXml(String, List<String>)
    BaseBE.SerializeXml(XmlAttributeOverrides, XmlSerializerNamespaces)
    BaseBE.Clone()
    BaseBE.Categoria
    BaseBE.DescricaoEntidade
    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: BasBE100
    Assembly: BasBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("c3adb20e-e05a-4649-9076-1f68d9b56e12")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBELinhaIva : BasBaseBE, IBasBELinhaIva

    Constructors

    BasBELinhaIva()

    Declaration
    public BasBELinhaIva()

    Properties

    CodigoIva

    Identifica o código do iva

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

    Descricao

    A descrição da taxa de Iva

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

    IVA

    Codigo da taxa de iva

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

    LocalOperacao

    Identifica o local de operação

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    BasBE100.IBasBELinhaIva