Class EvalIdentifiers
Collections of Evaluator identifiers
Implements
Inherited Members
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 |