PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEZona

    Esta classe identifica uma zona.

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBEZona
    Implements
    BasBE100.IBasBEZona
    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("2facecbf-d577-4e1b-bc6b-26bb13f5226a")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBEZona : BasBaseBE, IBasBEZona

    Constructors

    BasBEZona()

    Declaration
    public BasBEZona()

    Properties

    CamposUtil

    Devolve uma colecção de campos de utilizador.

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

    DataUltimaActualizacao

    Data da última actualização do registo.

    Declaration
    public DateTime DataUltimaActualizacao { get; set; }
    Property Value
    Type Description
    System.DateTime

    Descricao

    Descrição.

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

    EmModoEdicao

    Indica se a zona foi editada ou é nova.

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

    IntrastatRegiao

    Código da região para efeitos de Intrastat.

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

    Zona

    Código da Zona.

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    BasBE100.IBasBEZona