MindFusion.UI for WebForms Programmer's Guide

RatingItemCollection Members

Constructors Properties Methods
 


Represents a StateCollection of RatingItem objects.

The following tables list the members exposed by the RatingItemCollection type.

 Public Constructors

  Name Description

RatingItemCollection

Initializes a new instance of the RatingItemCollection class.

 Inherited Public Properties

  Name Description

Item

Gets or sets the element at the specified index. (Inherited from StateCollection.)

 Public Methods

  Name Description

Add

StateCollection.Add override.

 Protected Methods

  Name Description

CreateKnownType

StateCollection.CreateKnownType override.

OnInsertComplete

StateManagedCollection.OnInsertComplete override.

 Inherited Public Methods

  Name Description

Add

Adds an item to the StateCollection collection. (Inherited from StateCollection.)

Contains

Determines whether the StateCollection collection contains a specific value. (Inherited from StateCollection.)

CopyTo

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

IndexOf

Determines the index of a specified item in the StateCollection collection. (Inherited from StateCollection.)

Insert

Inserts an item into the StateCollection collection at the specified index. (Inherited from StateCollection.)

Remove

Removes the first occurrence of the specified object from the StateCollection collection. (Inherited from StateCollection.)

RemoveAt

Removes the IItemStateManager element at the specified index. (Inherited from StateCollection.)

 Inherited Protected Methods

  Name Description

GetKnownTypes

StateManagedCollection.GetKnownTypes override. (Inherited from StateCollection.)

SetDirtyObject

StateManagedCollection.SetDirtyObject override. (Inherited from StateCollection.)

 See Also