Click or drag to resize

IBindable Interface

[This is preliminary documentation and is subject to change.]

When implemented, declares an object as bindable

Namespace:  GHASchema.Classes.Capabilities
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "System")]
public interface IBindable

The IBindable type exposes the following members.

Properties
  NameDescription
Public propertyBoundObject
Object bound to this object
Top
See Also