PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBECodigoLER

    Classe que identifica as unidades de medida existentes, assim como os respectivos factores de conversao lineares

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBECodigoLER
    Implements
    BasBE100.IBasBECodigoLER
    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("15d5ac71-56b9-4810-a6a4-1c852a80ee4a")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBECodigoLER : BasBaseBE, IBasBECodigoLER

    Constructors

    BasBECodigoLER()

    Declaration
    public BasBECodigoLER()

    Properties

    CamposUtil

    Campos utilizador

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

    Campos utilizador

    Codigo

    Identifica o código LER

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

    Descricao

    Identifica a Descricao do código LER

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

    EmModoEdicao

    Identifica se o registo está em edição

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

    EstadoBE

    Gets or sets the estado be.

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

    The estado be.

    Isento

    Identifica se Código LER é isento

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

    Implements

    BasBE100.IBasBECodigoLER