Click or drag to resize

LazyDataHelperT 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.DataHelpersLazyDataHelperT

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 LazyDataHelperT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Public propertyList
See notes on List
Top
Methods
Fields
  NameDescription
Protected field_Adapter
Protected field_DataList
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also