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