Click or drag to resize

ReadFromServerT Class

Bind a server item to a value.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelPropertyChangedEventArgs
      Demo3D.VisualsBindableItem
        Demo3D.VisualsBindableItemT
          Demo3D.VisualsReadFromServerT

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class ReadFromServer<T> : BindableItem<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Demo3D.Visuals.ReadFromServer`1"]

The ReadFromServerT type exposes the following members.

Constructors
 NameDescription
Public methodReadFromServerT(String)Initializes a new instance of the ReadFromServerT class
Public methodReadFromServerT(Visual, String)Initializes a new instance of the ReadFromServerT class
Top
Properties
 NameDescription
Public propertyAllowedAccess Returns the allowed access for external IO on this item.
(Inherited from BindableItem)
Public propertyBindingInterface Gets/sets if the bindable item has a declared binding interface. Normally, aspects manage the BAPI themselves.
(Inherited from BindableItem)
Public propertyDefaultAccess Returns the default access for external IO on this item.
(Inherited from BindableItem)
Public propertyExportProperty Mark a bindable item for FMU / multi-model export.
(Inherited from BindableItem)
Public propertyExpression Returns the full expression of the item. Includes the full name of the associated visual and the binding name.
(Inherited from BindableItem)
Public propertyHasBindingInterface Returns true if the bindable item has a declared binding interface.
(Inherited from BindableItem)
Public propertyIOControl Gets or sets a property to control how individual updates to this item are presented externally.
(Inherited from BindableItem)
Public propertyIsBindingInterface 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)
Public propertyIsBound Returns true if this item is bound to a server item in the TagBrowser.
(Inherited from BindableItem)
Public propertyType The declared .Net type of the item.
(Inherited from BindableItem)
Public propertyValue Get or set the BindableItem.Value in a typesafe way.
(Inherited from BindableItemT)
Top
Methods
 NameDescription
Public methodClone Creates a new BindableItem that is a copy of this item.
(Inherited from BindableItem)
Public methodEquals
(Inherited from BindableItem)
Public methodForce Force the value.
(Inherited from BindableItem)
Public methodSetValueT(T) Sets the value of the item.
(Inherited from BindableItem)
Public methodSetValueT(T, ValueSource) Sets the value of the item.
(Inherited from BindableItem)
Public methodToString
(Inherited from BindableItemT)
Public methodUnForce Unforce the value.
(Inherited from BindableItem)
Public methodUnforcedValueAsT Cast the UnforcedValue to a specific type if necessary.
(Inherited from BindableItem)
Public methodUnforcedValueIsT Test whether the UnforcedValue is of the given type.
(Inherited from BindableItem)
Public methodValueAsT Cast the value to a specific type if necessary.
(Inherited from BindableItem)
Public methodValueIsT Test whether the Value is of the given type.
(Inherited from BindableItem)
Top
Events
 NameDescription
Public eventExpressionChanged Occurs when the Expression changes. For example if the associated visual's name changes.
(Inherited from BindableItem)
Public eventUnforcedValueChanged Occurs when the unforced value of the item changes.
(Inherited from BindableItem)
Public eventValueChanged Occurs when the value of the item changes.
(Inherited from BindableItem)
Public eventValueSourceChanged Occurs when the value of the item changes, also providing information about the source of the new value, and whether the value was manually notified.
(Inherited from BindableItem)
Top
Extension Methods
 NameDescription
Public Extension MethodIsBound True if the specified serverItem and bindableItem are bound by some expression.
(Defined by CTScript)
Public Extension MethodRemoveBindings Remove existing bindings and server items for bindable item.
(Defined by CTScript)
Top
See Also