IFieldsRepository Interface

Provides basic access to fields in an entity that has very basic fields, such as a Sets Db or Article DB Fields manager.
Public Interface IFieldsRepository
This language is not supported or no code example is available.
public interface IFieldsRepository
This language is not supported or no code example is available.
Methods
 
Name Description
Public method GetFieldByMnemonic(string) Gets the field with a specified IField.Mnemonic. The search is case-insensitive.
Public method GetFields() Gets all fields that are available.
Top
Remarks
 
To get more specialized functionality, there are more specialized interfaces available. See for example IMinutesFieldManager and IWbsFieldsRepository .
Version
 
Available since QDV 7.19.696.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition