Class MediatorCollectionBinder
Binder that provides the ability to add and remove
Inherited Members
Namespace: FastenUp.Runtime.Binders.Collections
Assembly: cs.temp.dll.dll
Syntax
public sealed class MediatorCollectionBinder : BaseBinder, ICollectionBinder<IInternalMediator>, IBinder
Methods
Add(IInternalMediator)
Adds item to the bound collection.
Declaration
public void Add(IInternalMediator item)
Parameters
Type | Name | Description |
---|---|---|
IInternalMediator | item |
OnDisable()
Declaration
protected override void OnDisable()
Overrides
OnEnable()
Declaration
protected override void OnEnable()
Overrides
Remove(IInternalMediator)
Removes item from the bound collection.
Declaration
public void Remove(IInternalMediator item)
Parameters
Type | Name | Description |
---|---|---|
IInternalMediator | item |