PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BasBEActividadeEconomica

    Inheritance
    System.Object
    BaseBE
    BasBaseBE
    BasBEActividadeEconomica
    Implements
    BasBE100.IBasBEActividadeEconomica
    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("a07dfd24-e981-4d0a-9ef9-8f1ef4e8196f")]
    [ClassInterface(ClassInterfaceType.None)]
    public class BasBEActividadeEconomica : BasBaseBE, IBasBEActividadeEconomica

    Constructors

    BasBEActividadeEconomica()

    Declaration
    public BasBEActividadeEconomica()

    Properties

    ActividadeEconomica

    Código da Actividade económica secundária

    Declaration
    public string ActividadeEconomica { 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

    Descricao

    Descrição da actividade económica

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

    Methods

    Finalize()

    Declaration
    protected void Finalize()

    Implements

    BasBE100.IBasBEActividadeEconomica