Class GroupKey
Inheritance
System.Object
GroupKey
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class GroupKey : IList<object>, ICollection<object>, IEnumerable<object>, IEnumerable, IEquatable<GroupKey>
Constructors
GroupKey()
Declaration
public GroupKey()
GroupKey(GroupKey, Object)
Declaration
public GroupKey(GroupKey parent, object child)
Parameters
GroupKey
parent
|
System.Object
child
|
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
System.Collections.Generic.ICollection<T>.Count
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.IsReadOnly
Item[Int32]
Declaration
public object this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
System.Object
|
Implements
System.Collections.Generic.IList<T>.Item[System.Int32]
Methods
Add(Object)
Declaration
public void Add(object item)
Parameters
System.Object
item
|
Implements
System.Collections.Generic.ICollection<T>.Add(T)
Clear()
Declaration
public void Clear()
Implements
System.Collections.Generic.ICollection<T>.Clear()
Contains(Object)
Declaration
public bool Contains(object item)
Parameters
System.Object
item
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Contains(T)
CopyTo(Object[], Int32)
Declaration
public void CopyTo(object[] array, int arrayIndex)
Parameters
System.Object[]
array
|
System.Int32
arrayIndex
|
Implements
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(GroupKey)
Declaration
public bool Equals(GroupKey other)
Parameters
GroupKey
other
|
Returns
System.Boolean
|
Implements
System.IEquatable<T>.Equals(T)
GetEnumerator()
Declaration
public IEnumerator<object> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<System.Object>
|
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
IndexOf(Object)
Declaration
public int IndexOf(object item)
Parameters
System.Object
item
|
Returns
System.Int32
|
Implements
System.Collections.Generic.IList<T>.IndexOf(T)
Insert(Int32, Object)
Declaration
public void Insert(int index, object item)
Parameters
System.Int32
index
|
System.Object
item
|
Implements
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
Remove(Object)
Declaration
public bool Remove(object item)
Parameters
System.Object
item
|
Returns
System.Boolean
|
Implements
System.Collections.Generic.ICollection<T>.Remove(T)
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()