Class EventCollection
Inheritance
System.Object
System.Collections.CollectionBase
EventCollection
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.ComponentModel.ICustomTypeDescriptor
System.ICloneable
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.Assemblies
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class EventCollection : CollectionBase, IList, ICollection, IEnumerable, ICustomTypeDescriptor, ICloneable
Properties
Item[Int32]
Declaration
public Event this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
Event |
Methods
Add(Event)
Declaration
public void Add(Event emp)
Parameters
Type | Name | Description |
---|---|---|
Event | emp |
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
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(Event)
Declaration
public void Remove(Event emp)
Parameters
Type | Name | Description |
---|---|---|
Event | emp |
Sort()
Declaration
public void Sort()
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
System.ICloneable