DataSource.NET  7.1-10.29157-a18c1ca
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 Tue Aug 20 2019 16:17:25 for DataSource.NET