Skip to content

83dd9bb0 50bd 5e8a 2a93 ab53e0059689

Fernando Garcia edited this page May 8, 2018 · 1 revision

FieldsModel.GetRange Method (KnownFieldType)

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)

Syntax

C#

public IEnumerable<BaseDataFieldModel> GetRange(
	KnownFieldType field
)

VB

Public Function GetRange ( 
	field As KnownFieldType
) As IEnumerable(Of BaseDataFieldModel)

Parameters

 

field
Type: iTin.Export.Model.KnownFieldType
Type of the field.

Return Value

Type: IEnumerable(BaseDataFieldModel)
Enumerator that contains list of fields that meet the condition.

Remarks

[Missing documentation for "M:iTin.Export.Model.FieldsModel.GetRange(iTin.Export.Model.KnownFieldType)"]

See Also

Reference

FieldsModel Class
GetRange Overload
iTin.Export.Model Namespace

Clone this wiki locally