PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEIntCondEntrega

    Classe que identifica um CondEntrega.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBEIntCondEntrega
    Implements
    BasBE100.IBasBEIntCondEntrega
    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("53aff9e1-45cb-498f-9523-763191e3f88b")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBEIntCondEntrega : BasBaseBE, IBasBEIntCondEntrega

    Constructors

    BasBEIntCondEntrega()

    Declaration
    public BasBEIntCondEntrega()

    Properties

    CamposUtil

    Colecção de Campos de Utilizador.

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

    CondEntrega

    Código do CondEntrega.

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

    Descricao

    Descrição.

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

    EmModoEdicao

    Indica se o registo se encontra em modo de edição.

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    BasBE100.IBasBEIntCondEntrega