Initializes a new DimensionValue instance.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public DimensionValue(
	string id,
	string name,
	string displayName,
	PropertyMap properties,
	DimensionValue parent,
	bool leaf,
	MultiSelect multiSelectSupport,
	bool navigable
)
Visual Basic (Declaration)
Public Sub New ( _
	id As String, _
	name As String, _
	displayName As String, _
	properties As PropertyMap, _
	parent As DimensionValue, _
	leaf As Boolean, _
	multiSelectSupport As MultiSelect, _
	navigable As Boolean _
)
Visual C++
public:
DimensionValue(
	String^ id, 
	String^ name, 
	String^ displayName, 
	PropertyMap^ properties, 
	DimensionValue^ parent, 
	bool leaf, 
	MultiSelect multiSelectSupport, 
	bool navigable
)

Parameters

id
Type: System..::.String
name
Type: System..::.String
displayName
Type: System..::.String
properties
Type: Endeca.Data..::.PropertyMap
parent
Type: Endeca.Data..::.DimensionValue
leaf
Type: System..::.Boolean
multiSelectSupport
Type: Endeca.Data..::.MultiSelect
navigable
Type: System..::.Boolean

See Also