LinguisticsCollection<T> Members
Include Protected Members
Include Inherited Members
Represents a collection of linguistic features that need to support paging and sorting.
The LinguisticsCollection<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection<T>.) | |
IsReadOnly | (Inherited from ICollection<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<T>.) | |
Clear | (Inherited from ICollection<T>.) | |
Contains | (Inherited from ICollection<T>.) | |
CopyTo | (Inherited from ICollection<T>.) | |
GetEnumerator() | (Inherited from IEnumerable<T>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator(SortField) | Gets an IEnumerator<T> with sorting and default direction for the type. | |
GetEnumerator(Int32, Int32) | Gets an IEnumerator<T> with paging. | |
GetEnumerator(SortField, SortDirection) | Gets an IEnumerator<T> with sorting. | |
GetEnumerator(SortField, SortDirection, Int32, Int32) | Gets an IEnumerator<T> with sorting and paging. | |
Remove | (Inherited from ICollection<T>.) |
Top
See Also
Reference
LinguisticsCollection<T> Interface
Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace