DataSource.NET
IFieldInfo Interface
NamespacesCaplin.DataSource.FieldsIFieldInfo
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>.
Declaration Syntax
C#Visual BasicVisual C++
public interface IFieldInfo
Public Interface IFieldInfo
public interface class IFieldInfo
Members
All MembersProperties



IconMemberDescription
Name
Gets the name of the field.

Number
Gets the field number.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)