Class OutputBindingLifecycle
public class OutputBindingLifecycle : AbstractBindingLifecycle, ISmartLifecycle, ILifecycle, IPhased
- Inheritance
-
OutputBindingLifecycle
- Implements
- Inherited Members
Constructors
OutputBindingLifecycle(IBindingService, IEnumerable<IBindable>)
public OutputBindingLifecycle(IBindingService bindingService, IEnumerable<IBindable> bindables)
Parameters
bindingService
IBindingServicebindables
IEnumerable<IBindable>
Properties
Phase
Gets the phase of this object
public override int Phase { get; }
Property Value
Methods
DoStartWithBindable(IBindable)
protected override void DoStartWithBindable(IBindable bindable)
Parameters
bindable
IBindable
DoStopWithBindable(IBindable)
protected override void DoStopWithBindable(IBindable bindable)
Parameters
bindable
IBindable