The IFieldManager interface provides access to the mapping between field names and their corresponding field numbers.
More...
The IFieldManager interface provides access to the mapping between field names and their corresponding field numbers.
IFieldInfo Caplin.DataSource.Fields.IFieldManager.GetFieldByName |
( |
string |
fieldName | ) |
|
Provides a Field Info object for a given field name.
- Parameters
-
fieldName | Name 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
-
fieldNumber | Number mapped to the field. |
- Returns
- A Field Info object corresponding to the given fieldNumber. Returns null if no corresponding field exists.