Show / Hide Table of Contents

Class TimeZoneRuleDictionary

Inheritance
object
SortedDictionary<DateTime, TimeZoneRule>
TimeZoneRuleDictionary
Implements
IDictionary<DateTime, TimeZoneRule>
ICollection<KeyValuePair<DateTime, TimeZoneRule>>
IDictionary
ICollection
IReadOnlyDictionary<DateTime, TimeZoneRule>
IReadOnlyCollection<KeyValuePair<DateTime, TimeZoneRule>>
IEnumerable<KeyValuePair<DateTime, TimeZoneRule>>
IEnumerable
Inherited Members
SortedDictionary<DateTime, TimeZoneRule>.Add(DateTime, TimeZoneRule)
SortedDictionary<DateTime, TimeZoneRule>.Clear()
SortedDictionary<DateTime, TimeZoneRule>.ContainsKey(DateTime)
SortedDictionary<DateTime, TimeZoneRule>.ContainsValue(TimeZoneRule)
SortedDictionary<DateTime, TimeZoneRule>.CopyTo(KeyValuePair<DateTime, TimeZoneRule>[], int)
SortedDictionary<DateTime, TimeZoneRule>.GetEnumerator()
SortedDictionary<DateTime, TimeZoneRule>.Remove(DateTime)
SortedDictionary<DateTime, TimeZoneRule>.TryGetValue(DateTime, out TimeZoneRule)
SortedDictionary<DateTime, TimeZoneRule>.this[DateTime]
SortedDictionary<DateTime, TimeZoneRule>.Count
SortedDictionary<DateTime, TimeZoneRule>.Comparer
SortedDictionary<DateTime, TimeZoneRule>.Keys
SortedDictionary<DateTime, TimeZoneRule>.Values
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
[CollectionDataContract(Name = "TimeZoneRuleDictionary", ItemName = "StringKeyValuePair", KeyName = "Key", ValueName = "TimeZoneRule", Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class TimeZoneRuleDictionary : SortedDictionary<DateTime, TimeZoneRule>, IDictionary<DateTime, TimeZoneRule>, ICollection<KeyValuePair<DateTime, TimeZoneRule>>, IDictionary, ICollection, IReadOnlyDictionary<DateTime, TimeZoneRule>, IReadOnlyCollection<KeyValuePair<DateTime, TimeZoneRule>>, IEnumerable<KeyValuePair<DateTime, TimeZoneRule>>, IEnumerable

Constructors

TimeZoneRuleDictionary()

Declaration
public TimeZoneRuleDictionary()

Implements

IDictionary<TKey, TValue>
ICollection<T>
IDictionary
ICollection
IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
IEnumerableExtensions.ToDictionaryPermissive<TSource, TKey>(ICollection<TSource>, Func<TSource, TKey>)
IEnumerableExtensions.ToDictionaryPermissive<TSource, TKey>(ICollection<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)
IEnumerableExtensions.ToDictionaryPermissive<TSource, TKey, TElement>(ICollection<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)
IEnumerableExtensions.ToDictionaryPermissive<TSource, TKey, TElement>(ICollection<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>)
IEnumerableExtensions.Batch<T>(IEnumerable<T>, int)
IEnumerableExtensions.ContainsAny<T>(IEnumerable<T>, IEnumerable<T>)
IEnumerableExtensions.GetDifferentCombinations<T>(IEnumerable<T>, int)
IEnumerableExtensions.IndexOf<T>(IEnumerable<T>, T, int)
IEnumerableExtensions.IndexOf<T>(IEnumerable<T>, Func<T, bool>, int)
IEnumerableExtensions.IsNullOrEmpty<T>(IEnumerable<T>)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(IEnumerable<T>, Func<T, K>, Func<T, V>)
IEnumerableExtensions.PermissiveToDictionary<T, K, V>(IEnumerable<T>, Func<T, K>, Func<T, V>, IEqualityComparer<K>)
IEnumerableExtensions.Permute<T>(IEnumerable<T>, int)
IEnumerableExtensions.ToDictionaryPermissive<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
IEnumerableExtensions.ToDictionaryPermissive<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)
IEnumerableExtensions.ToDictionaryPermissive<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>)
IEnumerableExtensions.ToDictionaryPermissive<TSource, TKey, TElement>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource, TElement>, IEqualityComparer<TKey>)
CollectionOps.AtLeastOne<T>(IEnumerable<T>)
LinqExtensions.ToHashSet<TSource>(IEnumerable<TSource>)
LinqExtensions.ToHashSet<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top