Click or drag to resize

LazyDataHelper T Class

Contains shortcuts for common operations on a list. Most notably, it adds/removes items for you and notifies the adapter after.

If you need full control, consider using your own list and notifying the adapter after each modification. Inspect this class for how it's done

This uses a LazyListT as storage. Models are created only when first accessed

Inheritance Hierarchy
SystemObject
Com.ForbiddenByte.OSA.DataHelpers LazyDataHelper T

Namespace: Com.ForbiddenByte.OSA.DataHelpers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class LazyDataHelper<T>

Type Parameters

T

The LazyDataHelper T type exposes the following members.

Constructors
Properties
Name Description
Public property Count
Public property List
See notes on List
Public property SkipNotifyingAdapterForNextEvent
Will be set back to false after next event
Top
Methods
Fields
Name Description
Protected field _Adapter
Protected field _DataList
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also