Class CblBESVATDiagnostic
Inheritance
System.Object
CblBESVATDiagnostic
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("79673F6D-E746-494F-BE5E-0B2B5487A3EB")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBESVATDiagnostic : CblBaseBE, ICblBESVATDiagnostic
Constructors
CblBESVATDiagnostic(String, String)
Declaration
public CblBESVATDiagnostic(string fullQuery, string minimalQuery)
Parameters
Type |
Name |
Description |
System.String |
fullQuery |
|
System.String |
minimalQuery |
|
Fields
PARAM_ANO
Declaration
public const string PARAM_ANO = "ANO"
Field Value
Type |
Description |
System.String |
|
PARAM_CONTA
Declaration
public const string PARAM_CONTA = "CONTA"
Field Value
Type |
Description |
System.String |
|
PARAM_DATAFINAL
Declaration
public const string PARAM_DATAFINAL = "DATAFINAL"
Field Value
Type |
Description |
System.String |
|
PARAM_DATAINICIAL
Declaration
public const string PARAM_DATAINICIAL = "DATAINICIAL"
Field Value
Type |
Description |
System.String |
|
PARAM_EMPRESA
Declaration
public const string PARAM_EMPRESA = "COMPANY"
Field Value
Type |
Description |
System.String |
|
PARAM_MES
Declaration
public const string PARAM_MES = "MES"
Field Value
Type |
Description |
System.String |
|
PARAM_MESFINAl
Declaration
public const string PARAM_MESFINAl = "MESFINAL"
Field Value
Type |
Description |
System.String |
|
PARAM_MOEDA
Declaration
public const string PARAM_MOEDA = "MOEDA"
Field Value
Type |
Description |
System.String |
|
PARAM_TIPOEXERCICIO
Declaration
public const string PARAM_TIPOEXERCICIO = "TIPOEXERCICIO"
Field Value
Type |
Description |
System.String |
|
PARAM_TIPOLANCAMENTO
Declaration
public const string PARAM_TIPOLANCAMENTO = "TIPOLANCAMENTO"
Field Value
Type |
Description |
System.String |
|
PARAM_VALORMOEDA
Declaration
public const string PARAM_VALORMOEDA = "VALORMOEDA"
Field Value
Type |
Description |
System.String |
|
Properties
Action
Declaration
public Func<CblBESVATDiagnostic, bool, DataTable> Action { get; set; }
Property Value
Caption
Declaration
public string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
Company
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
DiagnosticType
Declaration
public int DiagnosticType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DrillDownColumns
Declaration
public List<CblBESVATDrillDownColumn> DrillDownColumns { get; set; }
Property Value
FullQuery
Declaration
public string FullQuery { get; set; }
Property Value
Type |
Description |
System.String |
|
HiddenColumns
Declaration
public List<string> HiddenColumns { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Message
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
MinimalQuery
Declaration
public string MinimalQuery { get; }
Property Value
Type |
Description |
System.String |
|
QueryParameters
Declaration
public StdBECampos QueryParameters { get; set; }
Property Value
TrataF4Columns
Declaration
public List<CblBESVATTrataF4Column> TrataF4Columns { get; set; }
Property Value
Implements