![]() | ConfigurationCommonAddEventType Method |
Name | Description | |
---|---|---|
![]() | AddEventTypeT |
Add an name for an event type represented by plain-old object events,
and the name is the simple class name of the class.
|
![]() | AddEventTypeT(String) |
Add an name for an event type represented by plain-old object events.
|
![]() | AddEventType(Type) |
Add an name for an event type represented by plain-old object events,
and the name is the simple class name of the class.
|
![]() | AddEventType(String, ConfigurationCommonEventTypeXMLDOM) |
Add an name for an event type that represents XmlNode events.
|
![]() | AddEventType(String, Properties) |
Add an name for an event type that represents IDictionary events.
Each entry in the type map is the property name and the fully-qualified
type name or primitive type name.
|
![]() | AddEventType(String, IDictionaryTKey, TValue) | |
![]() | AddEventType(String, String) |
Add an name for an event type represented by plain-old object events.
Note that when adding multiple names for the same type the names represent an
alias to the same event type since event type identity for classes is per class.
|
![]() | AddEventType(String, Type) |
Add an name for an event type represented by plain-old object events.
Note that when adding multiple names for the same type the names represent an
alias to the same event type since event type identity for types is per type.
|
![]() | AddEventType(String, IDictionaryTKey, TValue, Boolean) | |
![]() | AddEventType(String, IDictionaryTKey, TValue, Boolean) | |
![]() | AddEventType(String, String, ConfigurationCommonEventTypeBean) |
Add an name for an event type that represents object type events.
Note that when adding multiple names for the same type the names represent an
alias to the same event type since event type identity for types is per type.
|
![]() | AddEventType(String, String, Object) |
Add an event type that represents Object-array (Object[]) events.
|
![]() | AddEventType(String, Type, ConfigurationCommonEventTypeBean) | |
![]() | AddEventType(String, String, Object, ConfigurationCommonEventTypeObjectArray) |
Add an event type that represents Object-array (Object[]) events.
|