Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

IAFNamedCollection(T) Methods

  • Last UpdatedNov 18, 2025
  • 3 minute read
IAFNamedCollection(T) Methods

The IAFNamedCollectionT generic type exposes the following members.

Methods

  NameDescription
Public method
Add
Adds an item to the ICollectionT.
(Inherited from ICollectionT.)
Public method
Clear
Removes all items from the ICollectionT.
(Inherited from ICollectionT.)
Public method
Contains(T)
Determines whether the ICollectionT contains a specific value.
(Inherited from ICollectionT.)
Public method
Contains(Guid)
This method determines whether the collection contains a specific item referenced by id.
Public method
Contains(String)
This method determines whether the collection contains a specific item referenced by name.
Public method
CopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionT.)
Public method
GetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Public method
IndexOf
Determines the index of a specific item in the IListT.
(Inherited from IListT.)
Public method
Insert
Inserts an item to the IListT at the specified index.
(Inherited from IListT.)
Public method
Remove(T)
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionT.)
Public method
Remove(Guid)
Removes the item with the specified id from the collection.
Public method
Remove(String)
The Remove method removes the item from the collection by name.
Public method
RemoveAt
Removes the IListT item at the specified index.
(Inherited from IListT.)

Extension Methods

  NameDescription
Public Extension MethodCode example
ChunkedByT
This extension method breaks up search results into chunks to make it easier to page through and process IEnumerableT collections in chunks.
(Defined by AFSDKExtension.)

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in