Show / Hide Table of Contents

    Class BindingSubtree

    Represents the binding tree node.

    Inheritance
    Object
    Subtree
    BindingSubtree
    Implements
    IEquatable<Subtree>
    Inherited Members
    Subtree.Equals(Subtree)
    Subtree.Equals(Object)
    Subtree.GetHashCode()
    Subtree.ToString()
    Subtree.Id
    Subtree.Key
    Subtree.Name
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    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, Guid)

    Initializes new instance with provided id, name, and kind.

    Declaration
    public BindingSubtree(int id, string name, Guid key)
    Parameters
    Type Name Description
    Int32 id

    Binding's database identifier.

    String name

    Bindings's friendly name.

    Guid key

    Behavior's unique key.

    Properties

    Capabilities

    Gets or sets the binding capabilities.

    Declaration
    public string Capabilities { get; set; }
    Property Value
    Type Description
    String

    Implements

    System.IEquatable<T>
    Back to top Nevatech Sentinet 6.5 Online Documentation