Click or drag to resize

ILazyListSimpleDataManagerTItem Interface

Utility interface to implement in order to access some default functionality for data manipulation, which is created in

ISimpleDataManagerExtensions. It calls Refresh each time something's modified.

Namespace:  frame8.ScrollRectItemsAdapter.Util
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public interface ILazyListSimpleDataManager<TItem>

Type Parameters

TItem

The ILazyListSimpleDataManagerTItem type exposes the following members.

Properties
  NameDescription
Public propertyData
Top
Methods
  NameDescription
Public methodRefresh
Top
Extension Methods
  NameDescription
Public Extension MethodLazyAddItemsTItem (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyClearItemsTItem (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyGetItemTItem (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyInsertItemsTItem (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyRemoveItemAtTItem (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazyRemoveItemsTItem (Defined by ISimpleDataManagerExtensions.)
Public Extension MethodLazySetNewItemsTItem (Defined by ISimpleDataManagerExtensions.)
Top
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also