DataSource.NET  7.1.12.29475-aead280
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 Fri Feb 14 2020 17:46:10 for DataSource.NET