Click or drag to resize

MatrixDataProviderExtensionMatrixData Constructor

Constructor

Namespace:  CTExtensions.Interfaces
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public MatrixData(
	Dictionary<string, string> attributeToLabel
)

Parameters

attributeToLabel
Type: System.Collections.GenericDictionaryString, String
Dictionary from Attribute to Label. Initializes to empty if null.
See Also