FastenUp
Search Results for

    Show / Hide Table of Contents

    Class MediatorCollectionBinder

    Binder that provides the ability to add and remove to the bound collection. BindableCollection<T>

    Inheritance
    Object
    BaseBinder
    MediatorCollectionBinder
    Implements
    ICollectionBinder<IInternalMediator>
    IBinder
    Inherited Members
    BaseBinder.Name
    BaseBinder.OnBinderChanged
    BaseBinder.IncludeOwnGameObjectInFind
    BaseBinder.InvokeOnBinderChanged()
    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
    BaseBinder.OnDisable()

    OnEnable()

    Declaration
    protected override void OnEnable()
    Overrides
    BaseBinder.OnEnable()

    Remove(IInternalMediator)

    Removes item from the bound collection.

    Declaration
    public void Remove(IInternalMediator item)
    Parameters
    Type Name Description
    IInternalMediator item

    Implements

    ICollectionBinder<T>
    IBinder
    In This Article
    Back to top Generated by DocFX