Interface ICblBESVATDiagnostic
Entity that defines a SVAT diagnostic
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("643E002A-DFEF-4235-B9D4-0A3D09A75175")]
public interface ICblBESVATDiagnostic
  Properties
Action
Declaration
Func<CblBESVATDiagnostic, bool, DataTable> Action { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Func<CblBESVATDiagnostic, System.Boolean, System.Data.DataTable> | 
Caption
Diagnostic caption
Declaration
string Caption { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Company
Company that applies to
Declaration
string Company { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DiagnosticType
Diagnostic Type to identify
Declaration
int DiagnosticType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
DrillDownColumns
Drilldown columns
Declaration
List<CblBESVATDrillDownColumn> DrillDownColumns { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<CblBESVATDrillDownColumn> | 
FullQuery
Fill query, this should return all the data
Declaration
string FullQuery { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
HiddenColumns
Columns to hide from the grid
Declaration
List<string> HiddenColumns { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
Message
Description of the diagnostic
Declaration
string Message { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
MinimalQuery
Minimal query, strictly returns the count
Declaration
string MinimalQuery { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
QueryParameters
Parameters that will be used in sql query and can be accessed from the action also
Declaration
StdBECampos QueryParameters { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
TrataF4Columns
Columns that allow F4 search
Declaration
List<CblBESVATTrataF4Column> TrataF4Columns { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<CblBESVATTrataF4Column> |