DataSource.NET  8.0.1.207118-0de6d82f
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 23 2024 15:25:36 for DataSource.NET