Mono Class Library: Overview

System.Web.UI.StateBag: Members

The members of System.Web.UI.StateBag are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.
default property
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
KeysICollection. Documentation for this section has not yet been entered.
[read-only]
ValuesICollection. Documentation for this section has not yet been entered.

Public Methods

Add(string, object) : StateItem
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
GetEnumerator() : IDictionaryEnumerator
Documentation for this section has not yet been entered.
IsItemDirty(string) : bool
Documentation for this section has not yet been entered.
Remove(string)
Documentation for this section has not yet been entered.
SetDirty(bool)
Documentation for this section has not yet been entered.
SetItemDirty(string, bool)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IDictionary.AddDocumentation for this section has not yet been entered.
IDictionary.ContainsDocumentation for this section has not yet been entered.
ICollection.CopyToDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
IDictionary.IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
IDictionary.IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
[read-only]
System.Web.UI.IStateManager.IsTrackingViewStatebool. Documentation for this section has not yet been entered.
IDictionary.Itemobject. Documentation for this section has not yet been entered.
System.Web.UI.IStateManager.LoadViewStateDocumentation for this section has not yet been entered.
IDictionary.RemoveDocumentation for this section has not yet been entered.
System.Web.UI.IStateManager.SaveViewStateDocumentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. Documentation for this section has not yet been entered.
System.Web.UI.IStateManager.TrackViewStateDocumentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.