PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBELinhaAutorizacao

    Classe que identifica uma Linha de uma Autorizacao.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBELinhaAutorizacao
    Implements
    BasBE100.IBasBELinhaAutorizacao
    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("11C5B711-3C80-4679-AC14-C041A87A4018")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBELinhaAutorizacao : BasBaseBE, IBasBELinhaAutorizacao

    Constructors

    BasBELinhaAutorizacao()

    Declaration
    public BasBELinhaAutorizacao()

    Properties

    Autorizacao

    Indica o código da Autorizacao.

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

    CamposUtil

    Devolve a colecção de Campos de Utilizador.

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

    EmModoEdicao

    Indica se o registo se encontra em Modo de Edição.

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

    ID

    Identificador da linha

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

    Utilizador

    Utilizador da Autorizacao.

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    BasBE100.IBasBELinhaAutorizacao