Class RateByDateCollection
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.12.0)
Represents a collection which mappings of System.DateTime to Aspose.Tasks.Rate objects.
public class RateByDateCollection : SortedDictionary<DateTime, Rate>, IDictionary<DateTime, Rate>, ICollection<KeyValuePair<DateTime, Rate>>, IDictionary, ICollection, IReadOnlyDictionary<DateTime, Rate>, IReadOnlyCollection<KeyValuePair<DateTime, Rate>>, IEnumerable<KeyValuePair<DateTime, Rate>>, IEnumerableInheritance
object ← SortedDictionary<DateTime, Rate> ← RateByDateCollection
Implements
IDictionary<DateTime, Rate> , ICollection<KeyValuePair<DateTime, Rate>> , IDictionary , ICollection , IReadOnlyDictionary<DateTime, Rate> , IReadOnlyCollection<KeyValuePair<DateTime, Rate>> , IEnumerable<KeyValuePair<DateTime, Rate>> , IEnumerable
Inherited Members
SortedDictionary<DateTime, Rate>.Add(DateTime, Rate) , SortedDictionary<DateTime, Rate>.Clear() , SortedDictionary<DateTime, Rate>.ContainsKey(DateTime) , SortedDictionary<DateTime, Rate>.ContainsValue(Rate) , SortedDictionary<DateTime, Rate>.CopyTo(KeyValuePair<DateTime, Rate>[], int) , SortedDictionary<DateTime, Rate>.GetEnumerator() , SortedDictionary<DateTime, Rate>.Remove(DateTime) , SortedDictionary<DateTime, Rate>.TryGetValue(DateTime, out Rate) , SortedDictionary<DateTime, Rate>.this[DateTime] , SortedDictionary<DateTime, Rate>.Count , SortedDictionary<DateTime, Rate>.Comparer , SortedDictionary<DateTime, Rate>.Keys , SortedDictionary<DateTime, Rate>.Values , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
RateByDateCollection()
public RateByDateCollection()