SelectedDatesCollection Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Holds a colleciton of selected dates for a Silverlight Calendar control.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.SilverlightAutomationObjectSelectedDatesCollection
    ArtOfTest.WebAii.SilverlightSelectedDatesCollection

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class SelectedDatesCollection : AutomationObject<SelectedDatesCollection>, 
	IList<DateTime>, ICollection<DateTime>, IEnumerable<DateTime>, 
	IEnumerable

The SelectedDatesCollection type exposes the following members.

Constructors

  NameDescription
Public methodSelectedDatesCollection
Constructs a new SelectedDatesCollection object.
Top
Properties

  NameDescription
Public propertyCollection
Gets / Sets the collection of DateTime objects this class contains.
Public propertyCount
Returns the number of items contained in this collection.
Public propertyIsReadOnly
Always returns True.
Public propertyItem
Gets / Sets the DateTime at the specified index.
Public propertyPropertyBag
The automation object property bag.
(Inherited from AutomationObjectT.)
Public propertyReference
Get or set the object reference.
(Inherited from AutomationObjectT.)
Top
Methods

  NameDescription
Public methodAdd
Adds a DateTime to this collection.
Public methodAssignReference
Assign a reference to this AutomationObject.
(Inherited from AutomationObjectT.)
Public methodClear
Clears this collection.
Public methodContains
Returns true if this collection contains the specified DateTime.
Public methodCopyTo
Copies this collection to the specified array.
Public methodDeserialize
Deserialize this AutomationObject to a jsonString TODO: Should this be a static method?
(Inherited from AutomationObjectT.)
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 methodFromRealObject
Converts a real Silverlight object into this wrapped object.
(Overrides AutomationObjectTFromRealObject(Object).)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperty(AutomationProperty)
Get a property on this automation object.
(Inherited from AutomationObjectT.)
Public methodGetProperty(AutomationProperty, Object)
Gets a property on this automation object, or returns a default value if the property cannot be retrieved
(Inherited from AutomationObjectT.)
Public methodGetRealType
Gets a string representing the Silverlight type this class wraps.
(Overrides AutomationObjectTGetRealType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of the specified DateTime.
Public methodInsert
Inserts the specified DateTime into the collection at the specified index. Existing DateTime values are moved down one index.
Public methodInvokeMethod(String, Object)
Invokes a method on the AutomationObject's client-side peer
(Inherited from AutomationObjectT.)
Public methodInvokeMethod(AutomationMethod, Object)
Invokes a method on the AutomationObject's client-side peer
(Inherited from AutomationObjectT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the specified DateTime from the collection.
Public methodRemoveAt
Removes the DateTime at the specified index from this collection.
Public methodSerialize
Serialize this automation object to a Json String
(Inherited from AutomationObjectT.)
Public methodSetProperty
Set a property on this automation object.
(Inherited from AutomationObjectT.)
Public methodToRealObject
Throws the NotSupportedException because this object cannot be converted into a real Silverlight object.
(Overrides AutomationObjectTToRealObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference