Search Results for

    Show / Hide Table of Contents

    Class ObjectViewModel

    Inheritance
    object
    ObjectViewModel
    Implements
    INotifyPropertyChanged
    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 ObjectViewModel : INotifyPropertyChanged

    Constructors

    ObjectViewModel(object)

    Declaration
    public ObjectViewModel(object obj)
    Parameters
    Type Name Description
    object obj

    Properties

    Children

    Declaration
    public ReadOnlyCollection<ObjectViewModel> Children { get; }
    Property Value
    Type Description
    ReadOnlyCollection<ObjectViewModel>

    Info

    Declaration
    public FieldInfo Info { get; }
    Property Value
    Type Description
    FieldInfo

    IsExpanded

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    bool

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    bool

    Name

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

    ObjectInstance

    Declaration
    public object ObjectInstance { get; }
    Property Value
    Type Description
    object

    Parent

    Declaration
    public ObjectViewModel Parent { get; }
    Property Value
    Type Description
    ObjectViewModel

    Type

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string

    Value

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    string

    Methods

    LoadChildren()

    Declaration
    public void LoadChildren()

    NameContains(string)

    Declaration
    public bool NameContains(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    bool

    OnPropertyChanged(string)

    Declaration
    protected virtual void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    string propertyName

    ValueContains(string)

    Declaration
    public bool ValueContains(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    bool

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged
    In this article
    Back to top Generated by DocFX