DataSource.NET  7.1.5.312018
Caplin.DataSource.Fields.IFieldInfo Interface Reference

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>. More...

Inherited by Caplin.DataSource.Implementation.Native.NativeFieldInfo.

Properties

string Name [get]
 Gets the name of the field. More...
 
int Number [get]
 Gets the field number. More...
 

Detailed Description

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>.

Property Documentation

string Caplin.DataSource.Fields.IFieldInfo.Name
get

Gets the name of the field.

int Caplin.DataSource.Fields.IFieldInfo.Number
get

Gets the field number.


Generated on Sun Oct 21 2018 12:33:23 for DataSource.NET