DataSource.NET
Caplin.DataSource.Fields Namespace
NamespacesCaplin.DataSource.Fields

The implementations within this interface provide facilities related to field management.

Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.DataSource.Fields
Namespace Caplin.DataSource.Fields
namespace Caplin.DataSource.Fields
Types
All TypesClassesInterfaces
IconTypeDescription
IFieldInfo
The IFieldInfo interface represents a field defined for the DataSource. Fields are defined in the DataSource configuration file using the format add-field <FieldName> <FieldNumber>.

IFieldManager
The IFieldManager interface provides access to the mapping between field names and their corresponding field numbers.

UnknownFieldException
Thrown when a field is added to a record and the name of the field is not present in the local fields configuration.