SelectedDateCollection Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents a custom collection of DateTime objects, serving as return type of RadCalendar wrapper properties and methods.
Inheritance Hierarchy

SystemObject
  System.Collections.ObjectModelCollectionDateTime
    Telerik.WebAii.Controls.HtmlSelectedDateCollection

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

[SerializableAttribute]
public class SelectedDateCollection : Collection<DateTime>

The SelectedDateCollection type exposes the following members.

Constructors

  NameDescription
Public methodSelectedDateCollection
Initializes a new instance of the SelectedDateCollection class. The empty constructor.
Public methodSelectedDateCollection(IListDateTime)
Initializes a new instance of the SelectedDateCollection class. Serves as a wrapper for the specified list.
Public methodSelectedDateCollection(DateTime)
Initializes a new instance of the SelectedDateCollection class. Serves as a wrapper for the specified DateTime objects array.
Top
Properties

  NameDescription
Public propertyCount (Inherited from CollectionDateTime.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionDateTime.)
Protected propertyItems (Inherited from CollectionDateTime.)
Top
Methods

  NameDescription
Public methodAdd (Inherited from CollectionDateTime.)
Public methodClear (Inherited from CollectionDateTime.)
Protected methodClearItems (Inherited from CollectionDateTime.)
Public methodContains (Inherited from CollectionDateTime.)
Public methodCopyTo (Inherited from CollectionDateTime.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionDateTime.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionDateTime.)
Public methodInitializeCodeExpression
Generates initialization code for the selected date collection.
Public methodInsert (Inherited from CollectionDateTime.)
Protected methodInsertItem (Inherited from CollectionDateTime.)
Public methodMatches
Get whether the current colleciton items match those from the given collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionDateTime.)
Public methodRemoveAt (Inherited from CollectionDateTime.)
Protected methodRemoveItem (Inherited from CollectionDateTime.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionDateTime.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference