Table of Contents

Class StateBagListHelper<T>

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public sealed class StateBagListHelper<T>

Type Parameters

T
Inheritance
StateBagListHelper<T>
Inherited Members

Constructors

StateBagListHelper(ITypeMapper, bool)

public StateBagListHelper(ITypeMapper types, bool isTracking)

Parameters

types ITypeMapper
isTracking bool

Properties

IsTracking

public bool IsTracking { get; }

Property Value

bool

Methods

Load(object, IList<T>)

public void Load(object state, IList<T> list)

Parameters

state object
list IList<T>

Save(IList<T>)

public object Save(IList<T> list)

Parameters

list IList<T>

Returns

object

Track(IList<T>)

public void Track(IList<T> list)

Parameters

list IList<T>