Search Results for

    Show / Hide Table of Contents

    Class ObjectViewModelHierarchy

    Inheritance
    object
    ObjectViewModelHierarchy
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class ObjectViewModelHierarchy

    Constructors

    ObjectViewModelHierarchy(object)

    Declaration
    public ObjectViewModelHierarchy(object rootObject)
    Parameters
    Type Name Description
    object rootObject

    Properties

    FirstGeneration

    Declaration
    public ReadOnlyCollection<ObjectViewModel> FirstGeneration { get; }
    Property Value
    Type Description
    ReadOnlyCollection<ObjectViewModel>
    In this article
    Back to top Generated by DocFX