PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class CrmBEAttach

    Classe que encapsula a definição do Attach.

    Inheritance
    System.Object
    CrmBaseBE
    CrmBEAttach
    Implements
    CrmBE100.ICrmBEAttach
    Inherited Members
    CrmBaseBE.AbvtApl
    Namespace: CrmBE100
    Assembly: CrmBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("FE6D4FA1-6D6C-4D68-BCE1-442CD913C7ED")]
    [ClassInterface(ClassInterfaceType.None)]
    public class CrmBEAttach : CrmBaseBE, ICrmBEAttach

    Constructors

    CrmBEAttach()

    Declaration
    public CrmBEAttach()

    Properties

    BinaryFicheiro

    Binário do ficheiro.

    Declaration
    public dynamic BinaryFicheiro { get; set; }
    Property Value
    Type Description
    System.Object

    ChaveLog

    Identificador da Chave do Log.

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

    Data

    Data do Attach.

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

    EstadoBE

    Identificador do estado do BE.

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

    Ficheiro

    Ficheiro do Attach.

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

    Gravado

    Indica se foi gravado.

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

    Login

    Login do Attach.

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

    Novo

    Indica se o anexo é novo.

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

    NumLinha

    Numero da linha do attach.

    Declaration
    public int NumLinha { get; set; }
    Property Value
    Type Description
    System.Int32

    Resumo

    Resumo do Attach.

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

    Implements

    CrmBE100.ICrmBEAttach