DataSource.NET  7.1.12.29475-aead280
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 14 2020 17:46:10 for DataSource.NET