AvailableValuesCollection Class |
Represents a set of configuration values which are available for a particular setting, and their corresponding user-friendly
display names.
Inheritance HierarchySystemObject Dundas.BI.ConfigurationAvailableValuesCollection Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic sealed class AvailableValuesCollection : IList<KeyValuePair<Object, string>>,
ICollection<KeyValuePair<Object, string>>, IEnumerable<KeyValuePair<Object, string>>,
IEnumerable, IReadOnlyList<KeyValuePair<Object, string>>,
IReadOnlyCollection<KeyValuePair<Object, string>>
Public NotInheritable Class AvailableValuesCollection
Implements IList(Of KeyValuePair(Of Object, String)),
ICollection(Of KeyValuePair(Of Object, String)), IEnumerable(Of KeyValuePair(Of Object, String)),
IEnumerable, IReadOnlyList(Of KeyValuePair(Of Object, String)),
IReadOnlyCollection(Of KeyValuePair(Of Object, String))
public ref class AvailableValuesCollection sealed : IList<KeyValuePair<Object^, String^>>,
ICollection<KeyValuePair<Object^, String^>>, IEnumerable<KeyValuePair<Object^, String^>>,
IEnumerable, IReadOnlyList<KeyValuePair<Object^, String^>>,
IReadOnlyCollection<KeyValuePair<Object^, String^>>
[<SealedAttribute>]
type AvailableValuesCollection =
class
interface IList<KeyValuePair<Object, string>>
interface ICollection<KeyValuePair<Object, string>>
interface IEnumerable<KeyValuePair<Object, string>>
interface IEnumerable
interface IReadOnlyList<KeyValuePair<Object, string>>
interface IReadOnlyCollection<KeyValuePair<Object, string>>
endThe AvailableValuesCollection type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also