PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEImportacaoTabela

    Controlador de importação de tabelas (Administrador).

    Inheritance
    System.Object
    StdBEImportacaoTabela
    Implements
    StdPlatBE100.IStdBEImportacaoTabela
    Inherited Members
    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: StdPlatBE100
    Assembly: StdPlatBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("76B26E60-27AC-4139-ABEA-F9E433F8B4A4")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEImportacaoTabela : IStdBEImportacaoTabela

    Constructors

    StdBEImportacaoTabela()

    Declaration
    public StdBEImportacaoTabela()

    Properties

    NomeTabela

    Nome lógico da tabela a importar.

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

    NomeTabelaBD

    Nome físico da tabela a importar.

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

    Methods

    AddCampoObrigatorio(String, String)

    Adiciona um campo obrigatório à lista de campos a importar.

    Declaration
    public void AddCampoObrigatorio(string ACampo, string AValorDef)
    Parameters
    Type Name Description
    System.String ACampo

    Nome do campo.

    System.String AValorDef

    Valor por defeito.

    AddChave(String)

    Adiciona um campo da chave da tabela a importar.

    Declaration
    public void AddChave(string AChave)
    Parameters
    Type Name Description
    System.String AChave

    Chave da tabela.

    Chave(Int32)

    Devolve um elemento da chave da tabela.

    Declaration
    public string Chave(int AIndex)
    Parameters
    Type Name Description
    System.Int32 AIndex

    Índice do chave.

    Returns
    Type Description
    System.String

    NumChaves()

    Número de campos pertencentes à chave da tabela.

    Declaration
    public int NumChaves()
    Returns
    Type Description
    System.Int32

    ObrigCampos(Int32)

    Devolve um dos campos obrigatórios.

    Declaration
    public string ObrigCampos(int AIndex)
    Parameters
    Type Name Description
    System.Int32 AIndex

    Índice do campo.

    Returns
    Type Description
    System.String

    ObrigValCampos(Int32)

    Devolve o valor de um campo obrigatório.

    Declaration
    public string ObrigValCampos(int AIndex)
    Parameters
    Type Name Description
    System.Int32 AIndex

    Índice do campo.

    Returns
    Type Description
    System.String

    Implements

    StdPlatBE100.IStdBEImportacaoTabela