Clase para traspasar información en el objeto serializado. Más...
Métodos públicos | |
| override FilterReport | _ToFilterReport () |
| Convierte el objeto a FilterReport. | |
| override FilterReport | _ToAdditionalFilterReport () |
| Convierte el objeto a FilterReport. | |
| FilterReport (string tcKey, string tcValue) | |
| Constructor. | |
| FilterReport (String tcKey, String tcValue, TypeFilter toType) | |
| Constructor. | |
| FilterReport (String tcKey, String[] tcValue) | |
| Constructor. | |
| FilterReport () | |
| Constructor vacio. | |
Métodos públicos heredados de sage.ew.reports.FilterReportBase | |
| FilterReport | _ToFilterReport () |
| Convierte el objeto a FilterReport. | |
| FilterReport | _ToAdditionalFilterReport () |
| Crea un FilterReport para el nombre adicional. | |
| List< FilterReportBase > | _ToFiltersReport () |
| Convierte el objeto a FilterReport. | |
| FilterReportBase (String tcKey, String tcValue) | |
| Constructor. | |
| FilterReportBase (String tcKey, String tcValue, TypeFilter toType) | |
| Constructor. | |
| FilterReportBase (String tcKey, String[] tcValue) | |
| Constructor. | |
| FilterReportBase () | |
| Constructor vacio. | |
| int | CompareTo (FilterReportBase loFiltro) |
| Metodo para comparar dos filtros. | |
| IElement | _Generate (ICanvas toCanvas) |
| Genera un IElement para añadirlo al report. | |
Propiedades | |
| override string | _Value [get, set] |
| Get del valor del filtro. | |
Propiedades heredados de sage.ew.reports.FilterReportBase | |
| string | _AdditionalName [get, set] |
| Clave adicional. | |
| String | _Value [get, set] |
| Valor. | |
| BasePointGenerator | _PointGenerator [get, set] |
| Clase para calcular la posición. | |
| BaseGeneratorElement | _GeneratorElement [get, set] |
| Clase para la generación del IElement. | |
| TypeActionFilter | _TypeActionFilter [get, set] |
| Indica la acción a realizar. | |
| String | _Key [get, set] |
| Get/Set del la clave del filtro. | |
| String | _Description [get, set] |
| Get/Set del la descripción del filtro. | |
| string | _Url [get, set] |
| Propiedad que indica la url. | |
| TypeFilter | _TypeFilter [get, set] |
| Get/set del tipo del filtro. | |
| String[] | _Values [get, set] |
| Get/set del array de valores del filtro. | |
| TypeValueFilter | _TypeValueFilter [get, set] |
| Get/set del tipo de datos del filtro. | |
| int | _Lenght [get] |
| Nos retorna la cantidad de valores del filtro. | |
Otros miembros heredados | |
Tipos públicos heredados de sage.ew.reports.FilterReportBase | |
| enum | TypeFilter { Normal = 0 , Especial = 1 } |
| Tipo de filtro. Más... | |
| enum | TypeValueFilter { String = 0 , Array = 1 } |
| Tipo de datos del filtro. Más... | |
| enum | TypeActionFilter { Normal = 0 , CreateOnEdit = 1 , ShowAlways = 3 } |
| Tipo de datos del filtro. Más... | |
Clase para traspasar información en el objeto serializado.
Definición en la línea 360 del archivo ReportVariables.cs.
|
inline |
Constructor.
| tcKey | Clave |
| tcValue | Valor |
Definición en la línea 401 del archivo ReportVariables.cs.
|
inline |
Constructor.
| tcKey | Clave |
| tcValue | Valor |
| toType | Tipo de filtro |
Definición en la línea 413 del archivo ReportVariables.cs.
Constructor.
| tcKey | Clave |
| tcValue | Array de valores |
Definición en la línea 424 del archivo ReportVariables.cs.
|
inline |
Constructor vacio.
Definición en la línea 433 del archivo ReportVariables.cs.
|
inline |
Convierte el objeto a FilterReport.
Definición en la línea 391 del archivo ReportVariables.cs.
|
inline |
Convierte el objeto a FilterReport.
Definición en la línea 382 del archivo ReportVariables.cs.
|
getset |
Get del valor del filtro.
Definición en la línea 366 del archivo ReportVariables.cs.