Determines, how the values are filtered.
| Member | Description |
|---|---|
| SaveTable |
Table is not saved to the database or file. Integer value=0x800.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_SAVE_TABLE. |
| UpdateTable |
Table is not updated to the user interface. Integer value=0x400.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_UPDATE_TABLE. |
| SaveDevice |
Device is not saved to the database or file. Integer value=0x200.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_SAVE_DEVICE. |
| UpdateDevice |
Device is not updated to the user interface. Integer value=0x100.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_UPDATE_DEVICE. |
| SaveCategory |
Category is not saved to the database or file. Integer value=0x80.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_SAVE_CATEGORY. |
| UpdateCategory |
Category is not updated to the user interface. Integer value=0x40.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_UPDATE_CATEGORY. |
| SaveColumn |
Column is not saved to the database or file. Integer value=0x20.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_SAVE_COLUMN. |
| SaveRow |
Row is not saved to the database or file. Integer value=0x10.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_SAVE_ROW. |
| ShowColumn |
Column is not shown on the user interface. Integer value=0x8.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_SHOW_COLUMN. |
| ShowRow |
Row is not shown on the user interface. Integer value=0x4.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_SHOW_ROW. |
| SaveValue |
Value is not saved to the database or file. Integer value=0x2.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_SAVE_VALUE. |
| UpdateValue |
Value is not updated to the user interface. Integer value=0x1.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_UPDATE_VALUE. |
| None |
Value content is not filtered. Integer value=0x0.
If not using .NET Framework, use constant GX_VALUE_CONTENT_FILTER_NONE. |
If not using .NET Framework, enumeration is GX_VALUE_CONTENT_FILTER.
Assembly: Gurux.Device (Module: Gurux.Device) Version: 5.0.0.1