Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class SelectedDatesCollection : AutomationObject<SelectedDatesCollection>, IAutomationPeer, IPeerConverter, IList<DateTime>, ICollection<DateTime>, IEnumerable<DateTime>, IEnumerable
Inheritance: objectAutomationObject<SelectedDatesCollection>SelectedDatesCollection
Implements:
Inherited Members
Constructors
C#
public SelectedDatesCollection()
Properties
C#
[DataMember]
public List<DateTime> Collection { get; set; }
C#
public bool IsReadOnly { get; }
Implements:
Methods
C#
public void Clear()
Implements: