HierarchyObject Class

Definition

Represents an object that is categorized.

public ref class HierarchyObject abstract : ICloneable
public abstract class HierarchyObject : ICloneable
type HierarchyObject = class
    interface ICloneable
Public MustInherit Class HierarchyObject
Implements ICloneable
Inheritance
HierarchyObject
Derived
Implements

Constructors

HierarchyObject()

Initializes a new instance of the HierarchyObject class.

Methods

AddChild(String, Object)

Adds a name of the child object.

AddProperty(String, Object)

Adds the name of the property object.

Clone()

Creates a new instance of the object.

Applies to