PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class TTEBEComunicacoesEntidades

    Esta classe trata o objecto Parametros B2B Comunicacoes.

    Inheritance
    System.Object
    TTEBaseBE
    TTEBEComunicacoesEntidades
    Implements
    TTEBE100.ITTEBEComunicacoesEntidades
    Inherited Members
    TTEBaseBE.AbvtApl
    Namespace: TTEBE100
    Assembly: TTEBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("F1212788-5318-4527-B35E-0E6BDFEE735C")]
    [ClassInterface(ClassInterfaceType.None)]
    public class TTEBEComunicacoesEntidades : TTEBaseBE, ITTEBEComunicacoesEntidades

    Constructors

    TTEBEComunicacoesEntidades()

    Declaration
    public TTEBEComunicacoesEntidades()

    Properties

    Activo

    Indica se a comunicacao está activa.

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

    CodComunicacao

    Identificador da Comunicacao.

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

    EmModoEdicao

    Indica se se trata de um novo registo ou de um já existente em edição.

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

    Entidade

    Entidade.

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

    TipoEntidade

    Tipo Entidade.

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

    XMLParametros

    Guarda os mapeamentos de envio/recepcao documentos.

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

    Implements

    TTEBE100.ITTEBEComunicacoesEntidades