DataSource.NET  8.0.1.207118-0de6d82f
Caplin.DataSource.Fields.IFieldManager Interface Reference

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

Public Member Functions

IFieldInfo GetFieldByName (string fieldName)
 Provides a Field Info object for a given field name. More...
 
IFieldInfo GetFieldByNumber (int fieldNumber)
 Provides a Field Info object for a given field number. More...
 

Detailed Description

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

Member Function Documentation

IFieldInfo Caplin.DataSource.Fields.IFieldManager.GetFieldByName ( string  fieldName)

Provides a Field Info object for a given field name.

Parameters
fieldNameName of the field.
Returns
A Field Info object corresponding to the given fieldName. Returns null if the field does not exist.
IFieldInfo Caplin.DataSource.Fields.IFieldManager.GetFieldByNumber ( int  fieldNumber)

Provides a Field Info object for a given field number.

Parameters
fieldNumberNumber mapped to the field.
Returns
A Field Info object corresponding to the given fieldNumber. Returns null if no corresponding field exists.

Generated on Fri Feb 23 2024 15:25:36 for DataSource.NET