Click or drag to resize

AspectBindableItemNameStore Class

A store of bindable item names managed by an aspect.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsAspectBindableItemNameStore

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public class AspectBindableItemNameStore

The AspectBindableItemNameStore type exposes the following members.

Constructors
  NameDescription
Public methodAspectBindableItemNameStore
Default constructor.
Top
Properties
  NameDescription
Public propertyScheme
The scheme to use when naming aspects.
Top
Methods
  NameDescription
Public methodBindingName
Generates a binding name for the given property name according to the naming scheme.
Public methodRead
Public methodRelease
Releases the binding name for the given property name.
Public methodUpdate
Updates all bindable item names.
Public methodWrite
Top
Remarks
This class is used to generate binding names for bindable items managed by an aspect.
See Also