Click or drag to resize

MatrixDataProviderExtension.MatrixData Constructor

Constructor

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

Parameters

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