PRIMAVERA | Developers

    Show / Hide Table of Contents

    Interface ICblBESVATDrillDownColumn

    Entity that defines a drilldown column on SVAT Diagnostic window

    Namespace: CblBE100
    Assembly: CblBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("9665FCD8-B770-44DB-8F88-0354D024AAF4")]
    public interface ICblBESVATDrillDownColumn

    Properties

    ColumnName

    Column Name

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

    DrillDownColumnKeys

    All the columns that this column uses to drilldown

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

    FormMenuId

    The form identifier that will drilldown to

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

    Module

    Module

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