Show / Hide Table of Contents

Class ObserverCollection

Inheritance
System.Object
System.Collections.CollectionBase
ObserverCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.ComponentModel.ICustomTypeDescriptor
Inherited Members
System.Collections.CollectionBase.Clear()
System.Collections.CollectionBase.RemoveAt(System.Int32)
System.Collections.CollectionBase.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.CollectionBase.System.Collections.IList.get_Item(System.Int32)
System.Collections.CollectionBase.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.CollectionBase.System.Collections.IList.Contains(System.Object)
System.Collections.CollectionBase.System.Collections.IList.Add(System.Object)
System.Collections.CollectionBase.System.Collections.IList.Remove(System.Object)
System.Collections.CollectionBase.System.Collections.IList.IndexOf(System.Object)
System.Collections.CollectionBase.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.CollectionBase.GetEnumerator()
System.Collections.CollectionBase.OnSet(System.Int32, System.Object, System.Object)
System.Collections.CollectionBase.OnInsert(System.Int32, System.Object)
System.Collections.CollectionBase.OnClear()
System.Collections.CollectionBase.OnRemove(System.Int32, System.Object)
System.Collections.CollectionBase.OnValidate(System.Object)
System.Collections.CollectionBase.OnSetComplete(System.Int32, System.Object, System.Object)
System.Collections.CollectionBase.OnInsertComplete(System.Int32, System.Object)
System.Collections.CollectionBase.OnClearComplete()
System.Collections.CollectionBase.OnRemoveComplete(System.Int32, System.Object)
System.Collections.CollectionBase.InnerList
System.Collections.CollectionBase.List
System.Collections.CollectionBase.Capacity
System.Collections.CollectionBase.Count
System.Collections.CollectionBase.System.Collections.IList.IsReadOnly
System.Collections.CollectionBase.System.Collections.IList.IsFixedSize
System.Collections.CollectionBase.System.Collections.ICollection.IsSynchronized
System.Collections.CollectionBase.System.Collections.ICollection.SyncRoot
System.Collections.CollectionBase.System.Collections.IList.Item[System.Int32]
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: Experior.Core.Reports
Assembly: Experior.Core.dll
Syntax
public class ObserverCollection : CollectionBase, IList, ICollection, IEnumerable, ICustomTypeDescriptor

Properties

Item[Int32]

Declaration
public Observer this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
Observer

Methods

Add(Observer)

Declaration
public void Add(Observer emp)
Parameters
Type Name Description
Observer emp

GetAttributes()

Declaration
public AttributeCollection GetAttributes()
Returns
Type Description
System.ComponentModel.AttributeCollection

GetClassName()

Declaration
public string GetClassName()
Returns
Type Description
System.String

GetComponentName()

Declaration
public string GetComponentName()
Returns
Type Description
System.String

GetConverter()

Declaration
public TypeConverter GetConverter()
Returns
Type Description
System.ComponentModel.TypeConverter

GetDefaultEvent()

Declaration
public EventDescriptor GetDefaultEvent()
Returns
Type Description
System.ComponentModel.EventDescriptor

GetDefaultProperty()

Declaration
public PropertyDescriptor GetDefaultProperty()
Returns
Type Description
System.ComponentModel.PropertyDescriptor

GetEditor(Type)

Declaration
public object GetEditor(Type editorBaseType)
Parameters
Type Name Description
System.Type editorBaseType
Returns
Type Description
System.Object

GetEvents()

Declaration
public EventDescriptorCollection GetEvents()
Returns
Type Description
System.ComponentModel.EventDescriptorCollection

GetEvents(Attribute[])

Declaration
public EventDescriptorCollection GetEvents(Attribute[] attributes)
Parameters
Type Name Description
System.Attribute[] attributes
Returns
Type Description
System.ComponentModel.EventDescriptorCollection

GetProperties()

Declaration
public PropertyDescriptorCollection GetProperties()
Returns
Type Description
System.ComponentModel.PropertyDescriptorCollection

GetProperties(Attribute[])

Declaration
public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
Parameters
Type Name Description
System.Attribute[] attributes
Returns
Type Description
System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner(PropertyDescriptor)

Declaration
public object GetPropertyOwner(PropertyDescriptor pd)
Parameters
Type Name Description
System.ComponentModel.PropertyDescriptor pd
Returns
Type Description
System.Object

Remove(Observer)

Declaration
public void Remove(Observer emp)
Parameters
Type Name Description
Observer emp

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.ComponentModel.ICustomTypeDescriptor
Back to top Generated by DocFX