BindableItemT Class |
Namespace: Demo3D.Visuals
public class BindableItem<T> : BindableItem
[Missing <typeparam name="T"/> documentation for "T:Demo3D.Visuals.BindableItem`1"]
The BindableItemT type exposes the following members.
| Name | Description | |
|---|---|---|
| BindableItemT | Initializes a new instance of the BindableItemT class |
| Name | Description | |
|---|---|---|
| AllowedAccess |
Returns the allowed access for external IO on this item.
(Inherited from BindableItem.) | |
| BindingInterface |
Gets/sets if the bindable item has a declared binding interface.
Normally, aspects manage the BAPI themselves.
(Inherited from BindableItem.) | |
| BindingName |
The name of the bindable item. Usually the name of the custom property, but
for other specialized items (such as Conveyor.IsMotorOn) returns the binding name ("IsMotorOn").
(Inherited from BindableItem.) | |
| DefaultAccess |
Returns the default access for external IO on this item.
(Inherited from BindableItem.) | |
| Expression |
Returns the full expression of the item.
Includes the full name of the associated visual and the binding name.
(Inherited from BindableItem.) | |
| HasBindingInterface |
Returns true if the bindable item has a declared binding interface.
(Inherited from BindableItem.) | |
| IOControl |
Gets or sets a property to control how individual updates to this item are presented externally.
(Inherited from BindableItem.) | |
| IsBindingInterface |
Declares a bindable item as part of the binding interface for a component.
Yes: Bindable item is definitely part of the API.
Maybe: Bindable item may be part of the API.
No: Bindable item is definitely not part of the API.
(Inherited from BindableItem.) | |
| IsBound |
Returns true if this item is bound to a server item in the TagBrowser.
(Inherited from BindableItem.) | |
| OldValue |
The previous value. (Only valid while raising ValueChanged.)
(Inherited from BindableItem.) | |
| Type |
The declared .Net type of the item.
(Inherited from BindableItem.) | |
| Value |
Get or set the the BindableItem.Value in a typesafe way.
| |
| Visual |
Gets or sets the visual that this bindable item is attached to.
(Inherited from BindableItem.) |
| Name | Description | |
|---|---|---|
| Clone |
Creates a new BindableItem that is a copy of this item.
(Inherited from BindableItem.) | |
| DetachFromVisual | (Inherited from BindableItem.) | |
| Equals | (Inherited from BindableItem.) | |
| ToString | (Inherited from BindableItem.) | |
| ValueAsT |
Cast the value to a specific type if necessary.
(Inherited from BindableItem.) | |
| ValueIsT |
Test whether the Value is of the given type.
(Inherited from BindableItem.) |
| Name | Description | |
|---|---|---|
| ExpressionChanged |
Occurs when the Expression changes. For example if the associated visual's name changes.
(Inherited from BindableItem.) | |
| ValueChanged |
Occurs when the value of the item changes.
(Inherited from BindableItem.) |
| Name | Description | |
|---|---|---|
| (BindableItemT to T) |
Implicitly extract value from the BindableItemT wrapper.
|