PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface ICblBESVATTrataF4Column

    Entity that defines a F4 column on SVAT Diagnostic window

    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("C58E8D1F-A0FD-469D-A3A9-A20024128A52")]
    public interface ICblBESVATTrataF4Column

    Properties

    ColumnAno

    Module

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

    ColumnConta

    The form identifier that will drilldown to

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

    ColumnName

    Column Name

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

    TrataF4ColumnKeys

    All the columns that this column uses to drilldown

    Declaration
    List<string> TrataF4ColumnKeys { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>