83dd9bb0 50bd 5e8a 2a93 ab53e0059689 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Returns an enumerator to a field list containing only those who meet the condition of type.
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public IEnumerable<BaseDataFieldModel> GetRange(
KnownFieldType field
)VB
Public Function GetRange (
field As KnownFieldType
) As IEnumerable(Of BaseDataFieldModel)
- field
- Type: iTin.Export.Model.KnownFieldType
Type of the field.
Type: IEnumerable(BaseDataFieldModel)
Enumerator that contains list of fields that meet the condition.
[Missing documentation for "M:iTin.Export.Model.FieldsModel.GetRange(iTin.Export.Model.KnownFieldType)"]
FieldsModel Class
GetRange Overload
iTin.Export.Model Namespace