IField Interface

Represents a general field with only the basic common properties, for example in a Sets Db or Article DB Fields manager.
Public Interface IField
This language is not supported or no code example is available.
public interface IField
This language is not supported or no code example is available.
Name Description
Public property FieldName Gets the name of the field.
Public property FieldNameMultilingual Gets the name of the field in the multi-language format.
Public property Mnemonic Gets the mnemonic of the field.
Public property ParentName Gets the parent name of the field.
Public property ParentNameMultilingual Gets the parent name of the field in the multi-language format.
Top
Remarks
 
To get more specialized functionality, there are more specialized interfaces available. See for example IMinutesField and IWbsField .
Version
 
Available since QDV 7.19.696.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition