Show / Hide Table of Contents

    Class Subtree

    Represents a simple tree node without children.

    Inheritance
    Object
    Subtree
    BehaviorSubtree
    BindingSubtree
    ContractSubtree
    EndpointGroupSubtree
    EndpointSubtree
    FolderSubtree
    IdentitySubtree
    MessageSubtree
    NodeSubtree
    OperationSubtree
    ProductSubtree
    ServiceSubtree
    ServiceVersionSubtree
    Implements
    IEquatable<Subtree>
    Inherited Members
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public class Subtree : IEquatable<Subtree>

    Constructors

    Subtree()

    Instantiates a new object.

    Declaration
    public Subtree()

    Subtree(Int32, String, Guid)

    Instantiates new object and populates it with provided identifier and display name.

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

    Node identifier.

    String name

    Node display name.

    Guid key

    Node unique key.

    Properties

    Id

    Gets or sets tree node identifier.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    Int32

    Key

    Gets or sets the tree node unique key.

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid

    Name

    Gets or sets tree node display name.

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

    Methods

    Equals(Subtree)

    Determines whether the specified object is equal to the current object.

    Declaration
    public bool Equals(Subtree other)
    Parameters
    Type Name Description
    Subtree other

    The object to compare with the current object.

    Returns
    Type Description
    Boolean

    True, if objects are equal. False, if objects are not equal.

    Equals(Object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj

    The object to compare with the current object.

    Returns
    Type Description
    Boolean

    True, if objects are equal. False, if objects are not equal.

    Overrides
    Object.Equals(Object)

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Hash code of the current instance.

    Overrides
    Object.GetHashCode()

    ToString()

    Returns friendly description of the instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    Friendly description of the instance.

    Overrides
    Object.ToString()

    Implements

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