DataSource.NET  6.2.12.306823
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...

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 Thu Jul 14 2016 13:00:20 for DataSource.NET