Search Results for

    Show / Hide Table of Contents

    Class DataInfos

    Collection of DataInfo items

    Inheritance
    object
    List<DataInfo>
    DataInfos
    Implements
    IList<DataInfo>
    ICollection<DataInfo>
    IList
    ICollection
    IReadOnlyList<DataInfo>
    IReadOnlyCollection<DataInfo>
    IEnumerable<DataInfo>
    IEnumerable
    ICloneable
    Inherited Members
    List<DataInfo>.Add(DataInfo)
    List<DataInfo>.AddRange(IEnumerable<DataInfo>)
    List<DataInfo>.AsReadOnly()
    List<DataInfo>.BinarySearch(int, int, DataInfo, IComparer<DataInfo>)
    List<DataInfo>.BinarySearch(DataInfo)
    List<DataInfo>.BinarySearch(DataInfo, IComparer<DataInfo>)
    List<DataInfo>.Clear()
    List<DataInfo>.Contains(DataInfo)
    List<DataInfo>.ConvertAll<TOutput>(Converter<DataInfo, TOutput>)
    List<DataInfo>.CopyTo(DataInfo[])
    List<DataInfo>.CopyTo(int, DataInfo[], int, int)
    List<DataInfo>.CopyTo(DataInfo[], int)
    List<DataInfo>.EnsureCapacity(int)
    List<DataInfo>.Exists(Predicate<DataInfo>)
    List<DataInfo>.Find(Predicate<DataInfo>)
    List<DataInfo>.FindAll(Predicate<DataInfo>)
    List<DataInfo>.FindIndex(Predicate<DataInfo>)
    List<DataInfo>.FindIndex(int, Predicate<DataInfo>)
    List<DataInfo>.FindIndex(int, int, Predicate<DataInfo>)
    List<DataInfo>.FindLast(Predicate<DataInfo>)
    List<DataInfo>.FindLastIndex(Predicate<DataInfo>)
    List<DataInfo>.FindLastIndex(int, Predicate<DataInfo>)
    List<DataInfo>.FindLastIndex(int, int, Predicate<DataInfo>)
    List<DataInfo>.ForEach(Action<DataInfo>)
    List<DataInfo>.GetEnumerator()
    List<DataInfo>.GetRange(int, int)
    List<DataInfo>.Slice(int, int)
    List<DataInfo>.IndexOf(DataInfo)
    List<DataInfo>.IndexOf(DataInfo, int)
    List<DataInfo>.IndexOf(DataInfo, int, int)
    List<DataInfo>.Insert(int, DataInfo)
    List<DataInfo>.InsertRange(int, IEnumerable<DataInfo>)
    List<DataInfo>.LastIndexOf(DataInfo)
    List<DataInfo>.LastIndexOf(DataInfo, int)
    List<DataInfo>.LastIndexOf(DataInfo, int, int)
    List<DataInfo>.Remove(DataInfo)
    List<DataInfo>.RemoveAll(Predicate<DataInfo>)
    List<DataInfo>.RemoveAt(int)
    List<DataInfo>.RemoveRange(int, int)
    List<DataInfo>.Reverse()
    List<DataInfo>.Reverse(int, int)
    List<DataInfo>.Sort()
    List<DataInfo>.Sort(IComparer<DataInfo>)
    List<DataInfo>.Sort(int, int, IComparer<DataInfo>)
    List<DataInfo>.Sort(Comparison<DataInfo>)
    List<DataInfo>.ToArray()
    List<DataInfo>.TrimExcess()
    List<DataInfo>.TrueForAll(Predicate<DataInfo>)
    List<DataInfo>.Capacity
    List<DataInfo>.Count
    List<DataInfo>.this[int]
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class DataInfos : List<DataInfo>, IList<DataInfo>, ICollection<DataInfo>, IList, ICollection, IReadOnlyList<DataInfo>, IReadOnlyCollection<DataInfo>, IEnumerable<DataInfo>, IEnumerable, ICloneable

    Constructors

    View Source

    DataInfos()

    Declaration
    public DataInfos()

    Properties

    View Source

    this[string]

    Get item by name

    Declaration
    public DataInfo this[string dname] { get; }
    Parameters
    Type Name Description
    string dname

    Dataset name or alias

    Property Value
    Type Description
    DataInfo

    Methods

    View Source

    Clone()

    Clone the DataInfo collection

    Declaration
    public object Clone()
    Returns
    Type Description
    object

    A new DataInfo collection

    View Source

    Clone(Report)

    Clone the DataInfo collection

    Declaration
    public DataInfos Clone(Report areport)
    Parameters
    Type Name Description
    Report areport

    New owner

    Returns
    Type Description
    DataInfos

    A new DataInfo collection

    View Source

    IndexOf(string)

    Returns index by name (alias)

    Declaration
    public int IndexOf(string avalue)
    Parameters
    Type Name Description
    string avalue

    Alias to search for

    Returns
    Type Description
    int

    Index or -1 when not found

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    ICloneable
    • View Source
    In this article
    Back to top Generated by DocFX