Class BindingSubtree
Represents the binding tree node.
Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class BindingSubtree : Subtree, IEquatable<Subtree>
Constructors
BindingSubtree()
Initializes an empty instance.
Declaration
public BindingSubtree()
BindingSubtree(Binding)
Initializes new instance from provided Binding.
Declaration
public BindingSubtree(Binding binding)
Parameters
Type | Name | Description |
---|---|---|
Binding | binding | Behavior to be initialized from. |
BindingSubtree(Int32, String)
Initializes new instance with provided id, name, and kind.
Declaration
public BindingSubtree(int id, string name)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | Binding's database identifier. |
String | name | Bindings's friendly name. |
Properties
Capabilities
Gets or sets the binding capabilities.
Declaration
public string Capabilities { get; set; }
Property Value
Type | Description |
---|---|
String |