MindFusion.UI for WebForms Programmer's Guide

StateCollection(T) Members

Constructors Properties Methods
 


Represents a generic StateManagedCollection.

The following tables list the members exposed by the StateCollection(T) type.

 Public Constructors

  Name Description

StateCollection

Initializes a new instance of the StateCollection class.

 Public Properties

  Name Description

Item

Gets or sets the element at the specified index.

 Public Methods

  Name Description

Add

Adds an item to the StateCollection collection.

Contains

Determines whether the StateCollection collection contains a specific value.

CopyTo

Copies the elements of the StateCollection collection to an array, starting at a particular array index.

IndexOf

Determines the index of a specified item in the StateCollection collection.

Insert

Inserts an item into the StateCollection collection at the specified index.

Remove

Removes the first occurrence of the specified object from the StateCollection collection.

RemoveAt

Removes the IItemStateManager element at the specified index.

 Protected Methods

  Name Description

CreateKnownType

StateManagedCollection.CreateKnownType override.

GetKnownTypes

StateManagedCollection.GetKnownTypes override.

SetDirtyObject

StateManagedCollection.SetDirtyObject override.

 See Also