IMinutesFieldInstructions Interface

Contains the special instructions (flags) for minutes fields.
Public Interface IMinutesFieldInstructions 
Inherits IFieldInstructions
This language is not supported or no code example is available.
public interface IMinutesFieldInstructions : IFieldInstructions
This language is not supported or no code example is available.
Name Description
Public property HideInToolsForExcel Gets or sets a value indicating whether the field should be hidden in the Tools for Excel. (inherited from IFieldInstructions).
Public property ShowByDefaultInConverter Gets or sets a value indicating whether the field should be shown in the Converter by default. (inherited from IFieldInstructions).
Public property ShowByDefaultInToolsForExcel Gets or sets a value indicating whether the field should be shown in the Tools for Excel by default. (inherited from IFieldInstructions).
Top
Remarks
 

An example of the instruction is "Show by default in the converter" and others. They are available from the context menu in the fields manager.

Prior to QDV 7.23.1125, these instructions were encoded and stored in the field comment, which confused the users. Starting with QDV 7.23.1125, the instructions are stored independently and the comment is no longer polluted with any technical info.

Version
 
Available since QDV 7.23.1125.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition