Show / Hide Table of Contents

Interface ICurrentControlledBindingContext

An IComponentBindingContext for a current-controlled component.

Inherited Members
IComponentBindingContext.ModelBehaviors
IComponentBindingContext.Nodes
IBindingContext.Behaviors
IBindingContext.GetState<S>()
IBindingContext.TryGetState<S>(out S)
IBindingContext.GetSimulationParameterSet<P>()
IBindingContext.TryGetSimulationParameterSet<P>(out P)
IBindingContext.GetParameterSet<P>()
IBindingContext.TryGetParameterSet<P>(out P)
Namespace: SpiceSharp.Components.CommonBehaviors
Assembly: SpiceSharp.dll
Syntax
public interface ICurrentControlledBindingContext : IComponentBindingContext, IBindingContext

Properties

ControlBehaviors

Gets the behaviors of the controlling source.

Declaration
IBehaviorContainer ControlBehaviors { get; }
Property Value
Type Description
IBehaviorContainer

The behaviors of the controlling source, or null if it wasn't found.

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

IComponentBindingContext
In this article
Back to top Generated by DocFX