Class ObjectRelationCollecion
Inheritance
System.Object
System.Collections.ObjectModel.Collection<ObjectRelation>
ObjectRelationCollecion
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.Add(Telerik.WinControls.ObjectRelation)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.CopyTo(Telerik.WinControls.ObjectRelation[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.Contains(Telerik.WinControls.ObjectRelation)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.IndexOf(Telerik.WinControls.ObjectRelation)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.Insert(System.Int32, Telerik.WinControls.ObjectRelation)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.Remove(Telerik.WinControls.ObjectRelation)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.Generic.ICollection<Telerik.WinControls.ObjectRelation>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.ObjectRelation>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class ObjectRelationCollecion : NotifyCollection<ObjectRelation>, IList<ObjectRelation>, ICollection<ObjectRelation>, IList, ICollection, IReadOnlyList<ObjectRelation>, IReadOnlyCollection<ObjectRelation>, IEnumerable<ObjectRelation>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
ObjectRelationCollecion()
Declaration
public ObjectRelationCollecion()