PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBERestricoesElem

    Classe que contém todas as propriedades relativas às Restrições de Elementos (F4).

    Inheritance
    System.Object
    StdBERestricoesElem
    Implements
    StdPlatBE100.IStdBERestricoesElem
    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("81D85C9D-5EB7-4012-A0AB-396671B9ECF6")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBERestricoesElem : IStdBERestricoesElem

    Constructors

    StdBERestricoesElem()

    Declaration
    public StdBERestricoesElem()

    Properties

    CampoF4

    Identificador do Campo F4.

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

    CampoNumericoF4

    Identificador do Campo Numérico F4.

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

    CampoWhere

    Identificador do Campo WHERE.

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

    CategoriaF4

    Identificador da Categoria F4.

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

    ChaveAuditF4

    Identificador da Chave Audit F4.

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

    ClausulaAdicional

    Identificador da Clausula Adicional.

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

    ClausulaAdicionalMapas

    Identificador da Clausula Adicional Mapas.

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

    ClausulaWhereF4

    Identificador da Clausula WHERE.

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

    Id

    Identificador do Id.

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

    ModalF4

    Identificador Modal F4.

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

    MultiSeleccao

    Identificador de Multiselecção.

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

    Nome

    Identificador do Nome.

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

    TabelaF4

    Identificador da Tabela F4.

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

    TabelaTemporaria

    Identificador da Tabela Temporária.

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

    TabelaWhere

    Identificador da Tabela WHERE.

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

    Methods

    ValidaDados(ref String, StdBETipos.EnumGlobalCultures)

    Função que permite validar dados.

    Declaration
    public bool ValidaDados(ref string strErros, StdBETipos.EnumGlobalCultures enuCultura = StdBETipos.EnumGlobalCultures.CULT_PT)
    Parameters
    Type Name Description
    System.String strErros

    Possiveis erros encontrados.

    StdBETipos.EnumGlobalCultures enuCultura

    Cultura.

    Returns
    Type Description
    System.Boolean

    Implements

    StdPlatBE100.IStdBERestricoesElem