Show / Hide Table of Contents

Interface ISwitchBindingContext

Describes a binding context for switches.

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.Switches
Assembly: SpiceSharp.dll
Syntax
public interface ISwitchBindingContext : IComponentBindingContext, IBindingContext

Properties

ControlValue

Gets the function that can return the controlling value.

Declaration
Func<double> ControlValue { get; }
Property Value
Type Description
Func<double>

The controlling value.

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

IComponentBindingContext
In this article
Back to top Generated by DocFX