DimensionKey Class

Definition

The DimensionGroupIdentity.

public class DimensionKey : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
type DimensionKey = class
    interface seq<KeyValuePair<string, string>>
    interface IEnumerable
Public Class DimensionKey
Implements IEnumerable(Of KeyValuePair(Of String, String))
Inheritance
DimensionKey
Implements

Constructors

DimensionKey(IEnumerable<KeyValuePair<String,String>>)

Initializes a new instance of the DimensionKey class.

Methods

Contains(String)

Determines whether this dimension key contains a dimension with the specified name.

GetEnumerator()

Returns an enumerator that iterates through the dimensions of this dimension key.

TryGetValue(String, String)

Gets the value associated with the specified dimension.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through the dimensions of this dimension key.

Applies to