EntityEventBinder Class
Namespace: PTS.EntityLayer.Events
Assembly: PTS.EntityLayer.Events.dll
Syntax
[InitializeOnStart]
public class EntityEventBinder
Inheritance
System.Object
EntityEventBinder
Constructors
EntityEventBinder()
Declaration
public EntityEventBinder()
Fields
Current
Declaration
public static readonly EntityEventBinder Current
Field Value
Type | Description |
---|---|
EntityEventBinder |
Methods
FillHandlerCollection(ICollection<EntityEventHandler>)
Declaration
public void FillHandlerCollection(ICollection<EntityEventHandler> collection)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<EntityEventHandler> | collection |
GetHandlerArray()
Declaration
public EntityEventHandler[] GetHandlerArray()
Returns
Type | Description |
---|---|
EntityEventHandler[] |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()