FastenUp
Search Results for

    Show / Hide Table of Contents

    Class BindableSetup<T>

    Used to setup the binder during runtime.

    Inheritance
    Object
    BaseBindable<T>
    BindableSetup<T>
    Implements
    IBindable<T>
    IBindable
    Inherited Members
    BaseBindable<T>.Value
    BaseBindable<T>.UpdateBinders(T, IBinder<T>)
    BaseBindable<T>.SetValueSilently(T)
    BaseBindable<T>.PostBind(IBinder<T>)
    BaseBindable<T>.PostUnbind(IBinder<T>)
    Namespace: FastenUp.Runtime.Bindables
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class BindableSetup<T> : BaseBindable<T>, IBindable<T>, IBindable
    Type Parameters
    Name Description
    T

    Type of the setup value

    Constructors

    BindableSetup(T)

    Declaration
    public BindableSetup(T value = null)
    Parameters
    Type Name Description
    T value

    Implements

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