Click or drag to resize

SecondaryBinderConfiguration Class

The model binding configuration.
Inheritance Hierarchy
SystemObject
  Demo3D.PLCSecondaryBinderConfiguration

Namespace: Demo3D.PLC
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public sealed class Configuration

The SecondaryBinderConfiguration type exposes the following members.

Methods
 NameDescription
Public methodAddDispose Add an IDisposable to be called when the model is unbound.
Public methodFindConnectionPointT Find a connection point for the given configuration parameter.
Public methodFindModelValueT Find a model value for the given configuration parameter.
Public methodGetConnectionPointT Get a connection point for the given configuration parameter.
Public methodGetModelValueT Gets a model value for a given configuration parameter.
Top
See Also