Search Results for

    Show / Hide Table of Contents

    Class EvalIdentifiers

    Collections of Evaluator identifiers

    Inheritance
    object
    SortedList<string, EvalIdentifier>
    EvalIdentifiers
    Implements
    IDictionary<string, EvalIdentifier>
    ICollection<KeyValuePair<string, EvalIdentifier>>
    IDictionary
    ICollection
    IReadOnlyDictionary<string, EvalIdentifier>
    IReadOnlyCollection<KeyValuePair<string, EvalIdentifier>>
    IEnumerable<KeyValuePair<string, EvalIdentifier>>
    IEnumerable
    Inherited Members
    SortedList<string, EvalIdentifier>.Add(string, EvalIdentifier)
    SortedList<string, EvalIdentifier>.Clear()
    SortedList<string, EvalIdentifier>.ContainsKey(string)
    SortedList<string, EvalIdentifier>.ContainsValue(EvalIdentifier)
    SortedList<string, EvalIdentifier>.GetValueAtIndex(int)
    SortedList<string, EvalIdentifier>.SetValueAtIndex(int, EvalIdentifier)
    SortedList<string, EvalIdentifier>.GetEnumerator()
    SortedList<string, EvalIdentifier>.GetKeyAtIndex(int)
    SortedList<string, EvalIdentifier>.IndexOfKey(string)
    SortedList<string, EvalIdentifier>.IndexOfValue(EvalIdentifier)
    SortedList<string, EvalIdentifier>.TryGetValue(string, out EvalIdentifier)
    SortedList<string, EvalIdentifier>.RemoveAt(int)
    SortedList<string, EvalIdentifier>.Remove(string)
    SortedList<string, EvalIdentifier>.TrimExcess()
    SortedList<string, EvalIdentifier>.Capacity
    SortedList<string, EvalIdentifier>.Comparer
    SortedList<string, EvalIdentifier>.Count
    SortedList<string, EvalIdentifier>.Keys
    SortedList<string, EvalIdentifier>.Values
    SortedList<string, EvalIdentifier>.this[string]
    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 EvalIdentifiers : SortedList<string, EvalIdentifier>, IDictionary<string, EvalIdentifier>, ICollection<KeyValuePair<string, EvalIdentifier>>, IDictionary, ICollection, IReadOnlyDictionary<string, EvalIdentifier>, IReadOnlyCollection<KeyValuePair<string, EvalIdentifier>>, IEnumerable<KeyValuePair<string, EvalIdentifier>>, IEnumerable

    Constructors

    EvalIdentifiers()

    Declaration
    public EvalIdentifiers()

    Properties

    this[int]

    Returns the eval identifier by index

    Declaration
    public EvalIdentifier this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    EvalIdentifier

    Methods

    GetEnumerator()

    IEnumerable Interface Implementation: Declaration of the GetEnumerator() method required by IEnumerable

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    IEnumerator

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IDictionary
    ICollection
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    In this article
    Back to top Generated by DocFX