Search Results for

    Show / Hide Table of Contents

    Class BaseObjectInfo<T>

    Inheritance
    System.Object
    BaseObjectInfo<T>
    DataConnectionInfo
    FunctionInfo
    ObjectInfo
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public abstract class BaseObjectInfo<T>
        where T : BaseObjectInfo<T>
    Type Parameters
    Name Description
    T

    Constructors

    BaseObjectInfo()

    Declaration
    protected BaseObjectInfo()

    Properties

    Items

    List of subitems.

    Declaration
    public List<T> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<T>

    Text

    Tooltip text.

    Declaration
    public abstract string Text { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    EnumItems(ICollection<T>)

    Enumerates all objects.

    Declaration
    public abstract void EnumItems(ICollection<T> list)
    Parameters
    Type Name Description
    System.Collections.Generic.ICollection<T> list

    List that will contain enumerated items.

    Back to top © 1998-2025 Copyright Fast Reports Inc.