ComponentOne Xamarin Edition
GetTextFields<T> Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class : GetTextFields<T> Method
The collection view.
if set to true it will return numeric fields.
Gets the text fields of the items of this collection view.
Syntax
[IteratorStateMachine(C1.CollectionView.ICollectionViewEx+d__21`1[T])] 
[Extension()] 
public static IEnumerable<string> GetTextFields<T>( 
   ICollectionView<T> collectionView, 
   bool includeNumbers 
) 
where T: class

Parameters

collectionView
The collection view.
includeNumbers
if set to true it will return numeric fields.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members