Table of Contents

Class StateReader

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class StateReader : IStateReader
Inheritance
StateReader
Implements
Inherited Members

Constructors

StateReader(object)

public StateReader(object state)

Parameters

state object

Properties

Count

public int Count { get; }

Property Value

int

Methods

Get<T>(Action<T>)

public bool Get<T>(Action<T> set)

Parameters

set Action<T>

Returns

bool

Type Parameters

T

Validate()

public void Validate()