Click or drag to resize
EventRedispatcher Class
EventRedispatcher implementation. The EventReDispatcher redispatches events to subscribers. The EventRedispatcher is used to create decoupled shortcuts from elements deep in an object hierarchy to the project controller.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.ProjectClassesEventRedispatcher

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public class EventRedispatcher

The EventRedispatcher type exposes the following members.

Constructors
  NameDescription
Public methodEventRedispatcher
Initializes a new instance of the EventRedispatcher class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRedispatchDocumentFieldChanged
Redispatches the event that a DocumentFieldDefinition was changed.
Public methodRedispatchFieldMappingChanged
Redispatches the event that a FieldMapping was changed.
Public methodRedispatchSettingValueChanged
Redispatches the event that a Setting value was changed somewhere in an OutputSettingValuesContainer.
Public methodRedispatchTvfCallReturnElementChanged
Redispatches the TVF call return element changed.
Public methodRedispatchTvfCallReturnElementMappingOrphaned
Redispatches the TVF call return element mapping orphaned.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventDocumentFieldChanged
Event which is raised when the EventRedispatcher receives a call to RedispatchDocumentFieldChanged. Event args contain the element which has changed
Public eventFieldMappingChanged
Event which is raised when the EventRedispatcher receives a call from a field mapping that it has been changed.
Public eventSettingValueChanged
Event which is raised when the EventRedispatcher receives a call from an OutputSettingValuesContainer that a value was changed or added.
Public eventTvfCallReturnElementChanged
Event which is raised when the EventRedispatcher receives a call to RedispatchTvfCallReturnElementChanged. Event args contain element which has changed.
Public eventTvfCallReturnElementMappingOrphaned
Event which is raised when the EventRedispatcher receives a call to RedispatchTvfCallReturnElementMappingOrphaned. Event args contain element which is orphaned
Top
See Also