PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBEGridLayout

    Classe de formatação de listas.

    Inheritance
    System.Object
    StdBEGridLayout
    Implements
    StdPlatBE100.IStdBEGridLayout
    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("4B406D38-A774-4C03-AAB4-34246343DBAF")]
    [ClassInterface(ClassInterfaceType.None)]
    public class StdBEGridLayout : IStdBEGridLayout

    Constructors

    StdBEGridLayout()

    Declaration
    public StdBEGridLayout()

    Properties

    Agrupamento

    Definição dos agrupamentos.

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

    ColOrdem

    Ordem das colunas.

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

    ColOrdenacao

    Colunas de ordenação.

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

    ColTamanho

    Tamanho das colunas.

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

    EmModoEdicao

    Estado de edição.

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

    Id

    Identificador do registo.

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

    TipoLayoutGrelha

    Tipo de layout.

    Declaration
    public StdBETipos.EnumTipoLayoutGrelha TipoLayoutGrelha { get; set; }
    Property Value
    Type Description
    StdBETipos.EnumTipoLayoutGrelha

    Totais

    Definição de totalizadores.

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

    Utilizador

    Identificador do utilizador.

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

    Implements

    StdPlatBE100.IStdBEGridLayout